remove misleading comment
authorraiz <raiz@firemail.cc>
Tue, 27 Dec 2016 16:57:16 +0000 (19:57 +0300)
committerraiz <raiz@firemail.cc>
Tue, 27 Dec 2016 16:57:16 +0000 (19:57 +0300)
slstatus.c

index 8c654350d42768050fde27fbee19f927df9eb591..ad0b960d960a4e741cabb5102b5dbb2f0c2923f8 100644 (file)
@@ -830,10 +830,6 @@ main(int argc, char *argv[])
                        printf("%s\n", status_string);
                }
 
-               /*
-                * subtract delay time spend in function
-                * calls from the actual global delay time
-                */
                if ((UPDATE_INTERVAL - delay) <= 0) {
                        delay = 0;
                        continue;