From: Mark Vitale Date: Thu, 13 Jun 2019 03:44:32 +0000 (-0400) Subject: afs: remove bogus comment from afs_IsTokenExpired X-Git-Tag: debian/1.8.4_pre1-1~9^2^2~16 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7487d15ca5023f465a8bbda05bf6f68a5a6d5eb3;p=packages%2Fo%2Fopenafs.git afs: remove bogus comment from afs_IsTokenExpired Remove an incorrect comment, introduced with commit adf2e6e827c6caf55247c5e63b88775393156ae5 'Unix CM: Generalise token storage'. No functional change is incurred by this commit. Reviewed-on: https://gerrit.openafs.org/13640 Reviewed-by: Benjamin Kaduk Tested-by: BuildBot (cherry picked from commit 54c34d32e884a5bfb2352e7c8767d743ef3e4647) Change-Id: I00f91947f9cd64694b2021e484b33dc9074fee94 Reviewed-on: https://gerrit.openafs.org/13651 Tested-by: BuildBot Reviewed-by: Cheyenne Wills Reviewed-by: Michael Meffie Reviewed-by: Stephan Wiesand --- diff --git a/src/afs/afs_tokens.c b/src/afs/afs_tokens.c index 2dc4c3074..026bdd639 100644 --- a/src/afs/afs_tokens.c +++ b/src/afs/afs_tokens.c @@ -166,7 +166,7 @@ afs_IsTokenExpired(struct tokenJar *token, afs_int32 now) { default: return 0; } - return 0; /* not reached, but keep gcc happy */ + return 0; } /*!