소스 검색

Variable no longer used -> remove it

bel 10 년 전
부모
커밋
64a547caa1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/civetweb.c

+ 0 - 2
src/civetweb.c

@@ -5525,8 +5525,6 @@ static void send_file_data(struct mg_connection *conn,
 				/* Both read and were successful, adjust counters */
 				conn->num_bytes_sent += num_written;
 				len -= num_written;
-
-				loop_cnt++;
 			}
 		}
 	}