From: Andre Noll Date: Sun, 7 Jul 2013 16:54:32 +0000 (+0200) Subject: audiod: Remove pointless continue statement in com_stat(). X-Git-Tag: v0.5.1~11^2~9 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=a94e8e4f82f20f5285713a80598a90021f38f560;p=paraslash.git audiod: Remove pointless continue statement in com_stat(). The loop ends here anyway. --- diff --git a/audiod_command.c b/audiod_command.c index 7b69e1ab..332ce85b 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -320,7 +320,6 @@ static int com_stat(int fd, int argc, char **argv) if (!strncmp(arg, "-p", 2)) { parser_friendly = 1; b.flags = PBF_SIZE_PREFIX; - continue; } } if (i >= argc)