mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:58:12 +00:00
Shell: Fix -Wunreachable-code warnings from clang
This commit is contained in:
parent
f46a40a471
commit
9d06448bc7
2 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue