From: wessels <> Date: Fri, 21 Aug 1998 15:15:22 +0000 (+0000) Subject: unused vars X-Git-Tag: SQUID_3_0_PRE1~2812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4958f98c4a86205efcc4b96c5054d023c14bd5b;p=thirdparty%2Fsquid.git unused vars --- diff --git a/src/disk.cc b/src/disk.cc index 44f5ad4ce5..d1229ebbe6 100644 --- a/src/disk.cc +++ b/src/disk.cc @@ -1,7 +1,7 @@ /* - * $Id: disk.cc,v 1.131 1998/08/21 04:48:06 wessels Exp $ + * $Id: disk.cc,v 1.132 1998/08/21 09:15:22 wessels Exp $ * * DEBUG: section 6 Disk I/O Routines * AUTHOR: Harvest Derived @@ -215,8 +215,6 @@ static void diskHandleWrite(int fd, void *notused) { int len = 0; - dwrite_q *q = NULL; - dwrite_q *wq = NULL; fde *F = &fd_table[fd]; struct _fde_disk *fdd = &F->disk; if (!fdd->write_q)