From 6c275f00d976520c487f143faaac9cdfc7737cac Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 12 Feb 2010 23:20:58 +0000 Subject: Add in possibility to use scopes in target language module symbol table git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11855 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/main.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/Modules/main.cxx') diff --git a/Source/Modules/main.cxx b/Source/Modules/main.cxx index beabada74..54b210888 100644 --- a/Source/Modules/main.cxx +++ b/Source/Modules/main.cxx @@ -908,9 +908,6 @@ int SWIG_main(int argc, char *argv[], Language *l) { SWIG_getoptions(argc, argv); - if (dump_lang_symbols) - lang->setSymbolsDumpNeeded(); - // Define the __cplusplus symbol if (CPlusPlus) Preprocessor_define((DOH *) "__cplusplus __cplusplus", 0); -- cgit v1.2.3