]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove fd_of_first_client() func
authorwessels <>
Thu, 22 Aug 1996 02:10:41 +0000 (02:10 +0000)
committerwessels <>
Thu, 22 Aug 1996 02:10:41 +0000 (02:10 +0000)
src/comm.cc

index 1e83a9b941fb546b1f136b03d1bc0e772ef30b1e..f1b8fba6cc365926063fde605da059555e37e66b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: comm.cc,v 1.53 1996/08/14 22:57:09 wessels Exp $
+ * $Id: comm.cc,v 1.54 1996/08/21 20:10:41 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -1215,21 +1215,6 @@ static void Reserve_More_FDs()
     }
 }
 
-int fd_of_first_client(e)
-     StoreEntry *e;
-{
-    int fd;
-
-    fd = e->mem_obj->fd_of_first_client;
-
-    if (fd > 0) {
-       if (e == fd_table[fd].store_entry) {
-           return (fd);
-       }
-    }
-    return (-1);
-}
-
 /* Read from FD. */
 static int commHandleRead(fd, state)
      int fd;