Removed unused #define-s in generated code
This commit is contained in:
parent
d2542eadf6
commit
09b968474d
1 changed files with 0 additions and 3 deletions
|
|
@ -309,9 +309,6 @@ public:
|
|||
if (!prefix)
|
||||
prefix = NewStringEmpty();
|
||||
|
||||
Printf(f_runtime, "#define SWIG_PREFIX \"%s\"\n", prefix);
|
||||
Printf(f_runtime, "#define SWIG_PREFIX_LEN %lu\n", (unsigned long)Len(prefix));
|
||||
|
||||
if (directorsEnabled()) {
|
||||
Swig_banner(f_directors_h);
|
||||
Printf(f_directors_h, "\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue