]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of unused variables in relts_print()
authorfenner <fenner>
Wed, 15 Dec 1999 06:58:03 +0000 (06:58 +0000)
committerfenner <fenner>
Wed, 15 Dec 1999 06:58:03 +0000 (06:58 +0000)
util.c

diff --git a/util.c b/util.c
index 326eae497f5bd0d4e566a9a14022cef6e9da6c43..951004d66db93790da41693f90f8f1ee2ceca69e 100644 (file)
--- a/util.c
+++ b/util.c
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.61 1999-11-22 07:25:27 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.62 1999-12-15 06:58:03 fenner Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -175,8 +175,6 @@ relts_print(int secs)
     static int seconds[]={31536000,604800,86400,3600,60,1};
     char **l = lengths;
     int *s = seconds;
-    int len;
-    int i;
 
     if (secs == 0) {
        (void)printf("0s");