Removed unused values.

This commit is contained in:
Markus Makela 2015-01-18 06:08:38 +02:00
parent 66db37341d
commit d4d9304dab

View File

@ -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 */