summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorfenner <fenner>1999-12-15 06:58:03 +0000
committerfenner <fenner>1999-12-15 06:58:03 +0000
commit4f7c69da5439e55e5653f675db73f1a37954309f (patch)
tree63733123b8956e33381642898c7362744e89d739 /util.c
parent3dc6997c5a46b47c1494ac07147dc1f143a66546 (diff)
downloadtcpdump-4f7c69da5439e55e5653f675db73f1a37954309f.tar.gz
Get rid of unused variables in relts_print()
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/util.c b/util.c
index 326eae49..951004d6 100644
--- 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");