Remove a couple of unused variable warnings in generated code

This commit is contained in:
William S Fulton 2013-10-18 19:10:42 +01:00
commit d15220cba4
3 changed files with 3 additions and 17 deletions

View file

@ -443,7 +443,6 @@ public:
Append(s_header, " zval **args[2];\n");
Append(s_header, " swig_object_wrapper *value;\n");
Append(s_header, " int type;\n");
Append(s_header, " int thisown;\n");
Append(s_header, "\n");
Append(s_header, " SWIG_ResetError();\n");
Append(s_header, " if(ZEND_NUM_ARGS() != 2 || zend_get_parameters_array_ex(2, args) != SUCCESS) {\n");