summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slstatus.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/slstatus.c b/slstatus.c
index 8c65435..ad0b960 100644
--- a/slstatus.c
+++ b/slstatus.c
@@ -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;