chiark / gitweb /
tree-wide: adjust fall through comments so that gcc is happy
[elogind.git] / src / basic / time-util.c
index 467503c1b55f66dfa6a761ccb3c9849ce90057c7..ecb621ec44f4de7b1f4018abea83e806ccaf7470 100644 (file)
@@ -1289,7 +1289,7 @@ bool clock_supported(clockid_t clock) {
                 if (!clock_boottime_supported())
                         return false;
 
-                /* fall through, after checking the cached value for CLOCK_BOOTTIME. */
+                /* fall through */
 
         default:
                 /* For everything else, check properly */