aboutsummaryrefslogtreecommitdiff
path: root/Source/Modules/main.cxx
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-02-12 23:20:58 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-02-12 23:20:58 +0000
commit6c275f00d976520c487f143faaac9cdfc7737cac (patch)
treea3ab43bd7362657da0b1c086204caa9c4191d382 /Source/Modules/main.cxx
parentf4cfc9bce53b6741c9c6bda5978931f82b68527e (diff)
downloadswig-6c275f00d976520c487f143faaac9cdfc7737cac.tar.gz
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
Diffstat (limited to 'Source/Modules/main.cxx')
-rw-r--r--Source/Modules/main.cxx3
1 files changed, 0 insertions, 3 deletions
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);