aboutsummaryrefslogtreecommitdiffstats
path: root/mergecap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-20 07:22:40 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-20 07:22:40 +0000
commite17c3efe3289ec5493653087d10d32d0d026062c (patch)
treee6ae632b8f6cfc6b4716646b139bccfdc1770cf6 /mergecap.c
parentc10166c5d06ec84a8a8e28741c1bc36f083b1f80 (diff)
Get rid of some unused variables.
svn path=/trunk/; revision=3745
Diffstat (limited to 'mergecap.c')
-rw-r--r--mergecap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mergecap.c b/mergecap.c
index 654c73a482..ac84d42c20 100644
--- a/mergecap.c
+++ b/mergecap.c
@@ -1,6 +1,6 @@
/* Combine two dump files, either by appending or by merging by timestamp
*
- * $Id: mergecap.c,v 1.3 2001/07/14 19:28:10 guy Exp $
+ * $Id: mergecap.c,v 1.4 2001/07/20 07:22:40 guy Exp $
*
* Written by Scott Renfro <scott@renfro.org> based on
* editcap by Richard Sharpe and Guy Harris
@@ -157,8 +157,6 @@ static void
merge(int count, in_file_t in_files[], out_file_t *out_file)
{
int i;
- int data_offset_1, data_offset_2, loop = 0;
- gboolean ok_1, ok_2;
/* prime the pump (read in first frame from each file) */
for (i = 0; i < count; i++) {
@@ -384,7 +382,6 @@ usage()
int
main(int argc, char *argv[])
{
- int i;
extern char *optarg;
extern int optind;
int opt;