summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-04-13 10:18:47 +1200
committerOlly Betts <olly@survex.com>2021-04-13 10:18:47 +1200
commit0a72bfc630bc78e5cab0786ecbc2058b2d5f318f (patch)
treec507f6cf6d25585deda65183d5230b5515ddedc4 /Source
parent93a288c85a8142643b907d3faff8f64303757136 (diff)
downloadswig-0a72bfc630bc78e5cab0786ecbc2058b2d5f318f.tar.gz
Eliminate tempPointer variable
Diffstat (limited to 'Source')
-rw-r--r--Source/Modules/php.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Modules/php.cxx b/Source/Modules/php.cxx
index 78c095ccf..9c0b89876 100644
--- a/Source/Modules/php.cxx
+++ b/Source/Modules/php.cxx
@@ -1294,7 +1294,6 @@ public:
if (num_arguments > 0) {
String *args = NewStringEmpty();
Printf(args, "zval args[%d]", num_arguments);
- Wrapper_add_local(f, "tempPointer", "void *tempPointer = 0");
Wrapper_add_local(f, "args", args);
Delete(args);
args = NULL;