diff options
author | Olly Betts <olly@survex.com> | 2021-04-13 10:03:03 +1200 |
---|---|---|
committer | Olly Betts <olly@survex.com> | 2021-04-13 10:03:03 +1200 |
commit | 60e7deda2c3ac70b097614eaafca6a4ba9910625 (patch) | |
tree | 5ca30298e3042ddc04b5fd06cded9e85fa81b00b /Source | |
parent | d2eb06fbc0aae2a039db741ca03afe40ab28c308 (diff) | |
download | swig-60e7deda2c3ac70b097614eaafca6a4ba9910625.tar.gz |
Eliminate non-standard $lower_param typemap variable
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Modules/php.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Modules/php.cxx b/Source/Modules/php.cxx index 4880c9c2f..7d31483bd 100644 --- a/Source/Modules/php.cxx +++ b/Source/Modules/php.cxx @@ -1388,7 +1388,6 @@ public: String *temp_obj = NewStringEmpty(); Printf(temp_obj, "&%s", ln); Replaceall(tm, "$obj_value", is_param_type_pointer(resolved ? resolved : pt) ? "NULL" : temp_obj); // Adding this to compile. It won't reach this if $obj_val is required. - Replaceall(tm, "$lower_param", paramType_class); Setattr(p, "emit:input", source); Printf(f->code, "%s\n", tm); if (i == 0 && Getattr(p, "self")) { |