Removed useless VALUE parent = Qnil; which was
also leading to gcc warnings. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10115 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f41964f8fd
commit
a55e5f3b94
1 changed files with 0 additions and 1 deletions
|
|
@ -1087,7 +1087,6 @@ public:
|
|||
Printf(f_init, "/*\n%s\n*/", docs );
|
||||
Printv(f_init, "\n", "#ifdef __cplusplus\n", "extern \"C\"\n", "#endif\n", "SWIGEXPORT void Init_", feature, "(void) {\n", "size_t i;\n", "\n", NIL);
|
||||
|
||||
Printv(f_init, tab4, "VALUE parent = Qnil;\n", NIL);
|
||||
Printv(f_init, tab4, "SWIG_InitRuntime();\n", NIL);
|
||||
|
||||
if (!useGlobalModule)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue