afs: remove bogus comment from afs_IsTokenExpired
[openafs.git] / src / afs / afs_tokens.c
index 2dc4c30..026bdd6 100644 (file)
@@ -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;
 }
 
 /*!