Remove useless continue statement

This commit is contained in:
Fredrik Fornwall
2017-03-06 01:44:16 +01:00
parent dd6cb5221d
commit f74a091be6

View File

@@ -158,7 +158,6 @@ public final class BackgroundJob {
if (c == ' ' || c == '\n') {
if (builder.length() == 0) {
// Skip whitespace after shebang.
continue;
} else {
// End of shebang.
String executable = builder.toString();