From: Travis Cross Date: Mon, 27 May 2013 20:47:22 +0000 (+0000) Subject: Remove assignment without effect in fs_cli X-Git-Tag: v1.2.13~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800fe2a970484168886e9c07c79598b1df7735b9;p=thirdparty%2Ffreeswitch.git Remove assignment without effect in fs_cli --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 56903b42e8..b834c3fd3f 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -1406,8 +1406,6 @@ int main(int argc, char *argv[]) print_banner(stdout, is_color); usage(argv[0]); return 0; - default: - opt = 0; } } if (argv_error) {