diff options
author | Bill Meier <wmeier@newsguy.com> | 2011-03-27 14:34:19 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2011-03-27 14:34:19 +0000 |
commit | 7c41d527fdd985488061482210717a270b2ed151 (patch) | |
tree | b2a9c883cc73099e9c5355f867c010a6376b5951 /plugins | |
parent | e43c9a35e4b7cb2ab6b85102efad48ae295baa8b (diff) | |
download | wireshark-7c41d527fdd985488061482210717a270b2ed151.tar.gz wireshark-7c41d527fdd985488061482210717a270b2ed151.tar.bz2 wireshark-7c41d527fdd985488061482210717a270b2ed151.zip |
Removed uneeded 'continue'.
Fixes Coverity 815 ("UNREACHABLE").
svn path=/trunk/; revision=36367
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mate/mate_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c index 59c4ee8667..7f074e7471 100644 --- a/plugins/mate/mate_util.c +++ b/plugins/mate/mate_util.c @@ -1669,7 +1669,6 @@ extern LoAL* loal_from_file(gchar* filename) { default: continue; } - continue; case START: switch (c) { case ' ': case '\t': |