Преглед изворни кода

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 */
 				/* Both read and were successful, adjust counters */
 				conn->num_bytes_sent += num_written;
 				conn->num_bytes_sent += num_written;
 				len -= num_written;
 				len -= num_written;
-
-				loop_cnt++;
 			}
 			}
 		}
 		}
 	}
 	}