aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-07-14 02:12:55 +0000
committerGuy Harris <guy@alum.mit.edu>2010-07-14 02:12:55 +0000
commit7d45ac7dd5dc98c62be47a5eb6dddac13e6043a9 (patch)
treee3fa9207459e4bf7a78cf87e70a786ede62efb78 /rawshark.c
parentc85fa2cd46d89f54f4831248f402a208b3c3e74b (diff)
Get rid of no-longer-used variable.
svn path=/trunk/; revision=33511
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/rawshark.c b/rawshark.c
index 6a7d89606c..e729c2b473 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -140,12 +140,6 @@ typedef enum {
static gboolean line_buffered;
static print_format_e print_format = PR_FMT_TEXT;
-/*
- * Standard secondary message for unexpected errors.
- */
-static const char please_report[] =
- "Please report this to the Wireshark developers";
-
cf_status_t raw_cf_open(capture_file *cf, const char *fname);
static int load_cap_file(capture_file *cf);
static gboolean process_packet(capture_file *cf, gint64 offset,