summaryrefslogtreecommitdiff
path: root/Source/Modules
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-04-16 16:33:25 +1200
committerOlly Betts <olly@survex.com>2021-04-16 16:33:25 +1200
commit4eb666d6489167973e04662cfae641c7302a330d (patch)
treeedc7785493ba71b68c30452261502a0c530712fa /Source/Modules
parent54a879d2cc4b071aa8c74132523dd5b78105d7cb (diff)
downloadswig-4eb666d6489167973e04662cfae641c7302a330d.tar.gz
Remove set but not used variable
Diffstat (limited to 'Source/Modules')
-rw-r--r--Source/Modules/php.cxx2
1 files changed, 0 insertions, 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")) {