aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rawshark.c6
-rw-r--r--tshark.c6
2 files changed, 0 insertions, 12 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,
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.