aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-11-12 18:48:53 +0000
committerGerald Combs <gerald@wireshark.org>2003-11-12 18:48:53 +0000
commit6f4dfded96ff88b5527858495cd52d305e857164 (patch)
tree8fa31fa56c7792e786732961ebaaefdfb725725d /file.c
parent6dc9df36f6f706cf555e008511c7fc6851191d74 (diff)
downloadwireshark-6f4dfded96ff88b5527858495cd52d305e857164.tar.gz
wireshark-6f4dfded96ff88b5527858495cd52d305e857164.tar.bz2
wireshark-6f4dfded96ff88b5527858495cd52d305e857164.zip
Remove MAX_DECODE_BUFFER_SIZE; it's no longer used.
svn path=/trunk/; revision=8948
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/file.c b/file.c
index 42dc57617d..f132be3dac 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.320 2003/10/26 03:09:03 sahlberg Exp $
+ * $Id: file.c,v 1.321 2003/11/12 18:48:53 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -88,8 +88,6 @@
gboolean auto_scroll_live;
#endif
-#define MAX_DECODE_BUFFER_SIZE 16536
-
static guint32 firstsec, firstusec;
static guint32 prevsec, prevusec;
static guint32 cul_bytes = 0;