diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-09-23 04:56:52 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-09-23 04:56:52 +0000 |
commit | 39ba76783b96f2889ff8c4046231bfd758e0e318 (patch) | |
tree | 24769af8e43f445a139ecd2226aea2d8eb757b61 /wiretap | |
parent | 501b9b05e19391fba0e33751b41bb6a47063491a (diff) | |
download | wireshark-39ba76783b96f2889ff8c4046231bfd758e0e318.tar.gz wireshark-39ba76783b96f2889ff8c4046231bfd758e0e318.tar.bz2 wireshark-39ba76783b96f2889ff8c4046231bfd758e0e318.zip |
Get rid of unused variable.
svn path=/trunk/; revision=702
Diffstat (limited to 'wiretap')
-rw-r--r-- | wiretap/ascend.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wiretap/ascend.c b/wiretap/ascend.c index 6ff667139b..e8f43b8a7e 100644 --- a/wiretap/ascend.c +++ b/wiretap/ascend.c @@ -1,6 +1,6 @@ /* ascend.c * - * $Id: ascend.c,v 1.6 1999/09/22 07:37:46 ashokn Exp $ + * $Id: ascend.c,v 1.7 1999/09/23 04:56:52 guy Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu> @@ -132,7 +132,6 @@ static int ascend_seek(wtap *wth, int max_seek) int ascend_open(wtap *wth, int *err) { int offset; - struct stat statbuf; file_seek(wth->fh, 0, SEEK_SET); offset = ascend_seek(wth, ASCEND_MAX_SEEK); |