Removed uneeded 'continue'.

Fixes Coverity 815 ("UNREACHABLE").

svn path=/trunk/; revision=36367
This commit is contained in:
Bill Meier 2011-03-27 14:34:19 +00:00
parent e43c9a35e4
commit 7c41d527fd
1 changed files with 0 additions and 1 deletions

View File

@ -1669,7 +1669,6 @@ extern LoAL* loal_from_file(gchar* filename) {
default:
continue;
}
continue;
case START:
switch (c) {
case ' ': case '\t':