Skip to content

Commit

Permalink
Update src/lpython/semantics/python_ast_to_asr.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirumalai-Shaktivel authored Aug 13, 2024
1 parent a288818 commit 09fa489
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lpython/semantics/python_ast_to_asr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3335,15 +3335,6 @@ class CommonVisitor : public AST::BaseVisitor<Struct> {
}
} else {
current_scope = al.make_new<SymbolTable>(parent_scope);
// if ( parent ) {
// ASR::Struct_t* base_st = ASR::down_cast<ASR::Struct_t>(parent);
// SymbolTable* base_scope = base_st->m_symtab;
// for (auto i : base_scope->scope) {
// std::string name = i.first;
// ASR::symbol_t* sym = i.second;
// current_scope->add_symbol(name,sym);
// }
// }
Vec<char*> member_names;
Vec<char*> member_fn_names;
Vec<ASR::call_arg_t> member_init;
Expand Down

0 comments on commit 09fa489

Please sign in to comment.