Skip to content

Commit cab4338

Browse files
committed
Use older generics API
1 parent 865949e commit cab4338

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libasr/gen_pass.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
if pass_name == "instantiate_template":
5353
arguments = r"""Allocator &al,
5454
std::map<std::string, ASR::ttype_t*> subs, std::map<std::string, ASR::symbol_t*> rt_subs,
55-
SymbolTable *current_scope, SymbolTable *template_scope,
56-
std::string new_func_name, ASR::symbol_t *sym"""
55+
SymbolTable *current_scope, std::string new_func_name, ASR::symbol_t *sym"""
5756
return_type = "ASR::symbol_t*"
5857

5958

0 commit comments

Comments
 (0)