summaryrefslogtreecommitdiff
path: root/colm/parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/parser.cc')
-rw-r--r--colm/parser.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/colm/parser.cc b/colm/parser.cc
index 2d9d7f8a..13e3208e 100644
--- a/colm/parser.cc
+++ b/colm/parser.cc
@@ -41,16 +41,6 @@ void BaseParser::init()
internal, String("___ROOT_NAMESPACE") );
pd->rootNamespace = rootNamespace;
- RegionImpl *rootImpl = new RegionImpl;
- pd->regionImplList.append( rootImpl );
- TokenRegion *rootRegion = createRegion( internal, rootImpl );
-
- RegionSet *rootRegionSet = new RegionSet( rootImpl, 0, 0, rootRegion, 0, 0, 0 );
- pd->regionSetList.append( rootRegionSet );
- regionStack.push( rootRegionSet );
-
- pd->rootRegion = rootRegion;
-
/* Set up the global object. */
String global = "global";
pd->globalObjectDef = ObjectDef::cons( ObjectDef::UserType,