fix #574: delete unnecessary code

This commit is contained in:
debugtalk
2019-07-14 22:25:13 +08:00
parent bcb2eca7e6
commit ee4a18e535
2 changed files with 4 additions and 1 deletions

View File

@@ -482,7 +482,6 @@ class LazyString(object):
# search function like ${func($a, $b)}
func_match = function_regex_compile.match(raw_string, match_start_position)
if func_match:
function_meta = parse_function_params(func_match.group(1))
function_meta = {
"func_name": func_match.group(1)
}