From 112500f3fd63ff87450186f18174775d200b806c Mon Sep 17 00:00:00 2001 From: ckolivas Date: Thu, 29 Jan 2015 15:12:42 +1100 Subject: [PATCH] Remove now unnecessary declaration. --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index b6370468..afe595cd 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3577,7 +3577,7 @@ out: } -static void parse_ckdb_cmd(ckpool_t __maybe_unused *ckp, const char *cmd) +static void parse_ckdb_cmd(ckpool_t *ckp, const char *cmd) { json_t *val, *res_val, *arr_val; json_error_t err_val;