瀏覽代碼

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++;
 			}
 		}
 	}