From d4d9304dab8b37b06afd23c186667e6590a52467 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Sun, 18 Jan 2015 06:08:38 +0200 Subject: [PATCH] Removed unused values. --- server/core/gateway.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/gateway.c b/server/core/gateway.c index 2508ef78b..e882d6412 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -1096,7 +1096,7 @@ int main(int argc, char **argv) long_options, &option_index)) != -1) { bool succp = true; - struct option* optr = long_options; + switch (opt) { case 'd': /*< Debug mode, maxscale runs in this same process */