diff options
-rw-r--r-- | match.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1622,7 +1622,6 @@ static val h_fun(match_line_ctx *c) } { - args_decl_list(args, ARGS_MIN, bindings_cp); uw_block_begin(nil, result); uw_match_env_begin; uw_simple_catch_begin; @@ -4557,7 +4556,6 @@ static val v_fun(match_files_ctx *c) } { - args_decl_list(args, ARGS_MIN, bindings_cp); uw_block_begin(nil, result); uw_match_env_begin; |