Shell: Fix -Wunreachable-code warnings from clang

This commit is contained in:
Nico Weber 2021-10-08 08:35:32 -04:00 committed by Andreas Kling
commit 9d06448bc7
Notes: sideshowbarker 2024-07-18 02:54:28 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -161,7 +161,6 @@ NonnullRefPtrVector<AST::Node> Parser::parse_as_multiple_expressions()
return nodes;
nodes.append(node.release_nonnull());
}
return nodes;
}
RefPtr<AST::Node> Parser::parse_toplevel()