Remove set but not used variable
This commit is contained in:
parent
54a879d2cc
commit
4eb666d648
1 changed files with 0 additions and 2 deletions
|
|
@ -1344,8 +1344,6 @@ public:
|
|||
Replaceall(tm, "$target", ln);
|
||||
Replaceall(tm, "$input", source);
|
||||
Replaceall(tm, "$needNewFlow", paramType_valid ? (is_class_wrapped(paramType_class) ? "1" : "0") : "0");
|
||||
String *temp_obj = NewStringEmpty();
|
||||
Printf(temp_obj, "&%s", ln);
|
||||
Setattr(p, "emit:input", source);
|
||||
Printf(f->code, "%s\n", tm);
|
||||
if (i == 0 && Getattr(p, "self")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue