Skip to content

Commit

Permalink
remove undefined visit_codegen_instance_var
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed Mar 5, 2021
1 parent 60291e7 commit b9b2061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codegen/llvm/codegen_llvm_visitor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ class CodegenLLVMVisitor: public visitor::ConstAstVisitor {
void visit_program(const ast::Program& node) override;
void visit_unary_expression(const ast::UnaryExpression& node) override;
void visit_var_name(const ast::VarName& node) override;
void visit_codegen_instance_var(const ast::CodegenInstanceVar& node) override;
void visit_instance_struct(const ast::InstanceStruct& node) override;
void visit_while_statement(const ast::WhileStatement& node) override;

Expand Down

0 comments on commit b9b2061

Please sign in to comment.