Skip to content

Commit

Permalink
Delete superfluous foreach test (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored Jan 20, 2024
1 parent 3b37485 commit 0a49c15
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 59 deletions.
4 changes: 4 additions & 0 deletions src/ast/ASTVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

namespace spice::compiler {

// GCOV_EXCL_START

std::any ASTVisitor::visitEntry(EntryNode *node) { return visitChildren(node); }

std::any ASTVisitor::visitMainFctDef(MainFctDefNode *node) { return visitChildren(node); }
Expand Down Expand Up @@ -168,4 +170,6 @@ std::any ASTVisitor::visitCustomDataType(CustomDataTypeNode *node) { return visi

std::any ASTVisitor::visitFunctionDataType(FunctionDataTypeNode *node) { return visitChildren(node); }

// GCOV_EXCL_STOP

} // namespace spice::compiler

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

0 comments on commit 0a49c15

Please sign in to comment.