Get rid of an unused variable.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 26 May 2002 21:32:39 +0000 (21:32 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 26 May 2002 21:32:39 +0000 (21:32 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5571 f5534014-38df-0310-8fa8-9805f1628bb7

wiretap/snoop.c

index 5c989cad37b57e2d5af54a23a85fd5a96105ddfa..492548cb6cb62a8a618c99bc79c5a0c3d1662357 100644 (file)
@@ -1,6 +1,6 @@
 /* snoop.c
  *
- * $Id: snoop.c,v 1.50 2002/05/23 08:17:31 guy Exp $
+ * $Id: snoop.c,v 1.51 2002/05/26 21:32:39 guy Exp $
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -427,8 +427,6 @@ static gboolean
 snoop_seek_read(wtap *wth, long seek_off,
     union wtap_pseudo_header *pseudo_header, u_char *pd, int length, int *err)
 {
-       gboolean ret;
-
        if (file_seek(wth->random_fh, seek_off, SEEK_SET) == -1) {
                *err = file_error(wth->random_fh);
                return FALSE;