Prechádzať zdrojové kódy

Variable no longer used -> remove it

bel 10 rokov pred
rodič
commit
64a547caa1
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  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++;
 			}
 		}
 	}