2
0
Fork 0

removed unused vars from network_write.c

personal/stbuehler/wip
Thomas Porzelt 2008-11-23 22:26:23 +01:00
parent be8836a57c
commit d8874eab5f
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ network_status_t network_backend_write(vrequest *vr, int fd, chunkqueue *cq, gof
ssize_t r;
gboolean did_write_something = FALSE;
chunkiter ci;
worker *wrk;
ev_tstamp ts;
do {
if (0 == cq->length)