From 7d45ac7dd5dc98c62be47a5eb6dddac13e6043a9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 14 Jul 2010 02:12:55 +0000 Subject: Get rid of no-longer-used variable. svn path=/trunk/; revision=33511 --- rawshark.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rawshark.c') 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, -- cgit v1.2.3