Parcourir la source

Variable no longer used -> remove it

bel il y a 10 ans
Parent
commit
64a547caa1
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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++;
 			}
 		}
 	}