aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.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 /tshark.c
parentc85fa2cd46d89f54f4831248f402a208b3c3e74b (diff)
Get rid of no-longer-used variable.
svn path=/trunk/; revision=33511
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tshark.c b/tshark.c
index b5105a44bb..a6b7ffc6c4 100644
--- a/tshark.c
+++ b/tshark.c
@@ -138,12 +138,6 @@ static print_stream_t *print_stream;
static output_fields_t* output_fields = NULL;
-/*
- * Standard secondary message for unexpected errors.
- */
-static const char please_report[] =
- "Please report this to the Wireshark developers";
-
#ifdef HAVE_LIBPCAP
/*
* TRUE if we're to print packet counts to keep track of captured packets.