From 4eb666d6489167973e04662cfae641c7302a330d Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 16 Apr 2021 16:33:25 +1200 Subject: [PATCH] Remove set but not used variable --- Source/Modules/php.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Modules/php.cxx b/Source/Modules/php.cxx index f7b919221..47ff257bc 100644 --- a/Source/Modules/php.cxx +++ b/Source/Modules/php.cxx @@ -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")) {