summaryrefslogtreecommitdiff
path: root/echld/child.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2013-07-23 18:26:38 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2013-07-23 18:26:38 +0000
commitc9e6eda76992311af7b33b8a6e1f21024c1cf251 (patch)
treef71fbdf44531f3c042432118f640bd74c24226a0 /echld/child.c
parentac16425a1f08909fa9a21347cc674e192ab22781 (diff)
downloadwireshark-c9e6eda76992311af7b33b8a6e1f21024c1cf251.tar.gz
Yet another iteration...
svn path=/trunk/; revision=50846
Diffstat (limited to 'echld/child.c')
-rw-r--r--echld/child.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/echld/child.c b/echld/child.c
index 3d83e6425b..15817fe504 100644
--- a/echld/child.c
+++ b/echld/child.c
@@ -359,7 +359,6 @@ static param_t child_params[] = {
{NULL,NULL,NULL,NULL}
};
-
static char* param_get_params(char** err _U_) {
return paramset_get_params_list(child_params,PARAM_LIST_FMT);
}