]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
unused vars
authorwessels <>
Fri, 21 Aug 1998 15:15:22 +0000 (15:15 +0000)
committerwessels <>
Fri, 21 Aug 1998 15:15:22 +0000 (15:15 +0000)
src/disk.cc

index 44f5ad4ce548e6d0fe4fa03dd79ad48693152701..d1229ebbe6d621a3f2951ed6041e4a14f5872cb2 100644 (file)
@@ -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)