소스 검색

remove misleading comment

raiz 9 년 전
부모
커밋
8b5b72b65e
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      slstatus.c

+ 0 - 4
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;