Skip to content

Commit

Permalink
Remove declaration of remove_statements_from_block method (#1508)
Browse files Browse the repository at this point in the history
The definition was removed in 7e0b167
  • Loading branch information
JCGoran authored Oct 10, 2024
1 parent 22ea010 commit c491064
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/visitors/visitor_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ std::shared_ptr<ast::StatementBlock> create_statement_block(
const std::vector<std::string>& code_statements);


/// Remove statements from given statement block if they exist
void remove_statements_from_block(ast::StatementBlock& block,
const std::set<ast::Node*>& statements);


/// Return set of strings with the names of all global variables
std::set<std::string> get_global_vars(const ast::Program& node);

Expand Down

0 comments on commit c491064

Please sign in to comment.