Get rid of unused variable.

Change-Id: I4141f00285cbb6080a782ea2837ea87b7100e081
Reviewed-on: https://code.wireshark.org/review/7439
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-02-27 18:46:44 -08:00
parent 60cc2e0e93
commit abd8be356d
1 changed files with 0 additions and 1 deletions

View File

@ -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");