remove misleading comment

This commit is contained in:
raiz 2016-12-27 19:57:16 +03:00
parent 13772c3979
commit 8b5b72b65e
1 changed files with 0 additions and 4 deletions

View File

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