aboutsummaryrefslogtreecommitdiffstats
path: root/echld
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-27 18:46:44 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-28 02:47:10 +0000
commitabd8be356da33c301cd8c8ca2af9f50c5ef233da (patch)
treedc782601bcafb693bad3798c978986820a9bd80a /echld
parent60cc2e0e93909c1b19557deecac76e3f2462ab20 (diff)
Get rid of unused variable.
Change-Id: I4141f00285cbb6080a782ea2837ea87b7100e081 Reviewed-on: https://code.wireshark.org/review/7439 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'echld')
-rw-r--r--echld/child.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/echld/child.c b/echld/child.c
index 9f24b85b36..0d76caa796 100644
--- a/echld/child.c
+++ b/echld/child.c
@@ -232,7 +232,6 @@ static char* param_get_packet_count(char** err) {
static echld_bool_t param_set_dfilter(char* val , char** err) {
dfilter_t *dfn = NULL;
- gchar *err_msg;
if (child.state != IDLE && child.state != DONE ) {
*err = g_strdup("Only while idle or done");