summaryrefslogtreecommitdiff
path: root/colm/pdabuild.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-10-30 05:04:11 +0000
committerAdrian Thurston <thurston@complang.org>2011-10-30 05:04:11 +0000
commit0d29f4855e812f870d07a45bb3e86ca822db95b3 (patch)
tree13d9ae32d813b4523c98561eb82ae66d78389522 /colm/pdabuild.cc
parent6a7333b73effa7a8d8fe96f21b84ea2e4a4d13b1 (diff)
downloadcolm-0d29f4855e812f870d07a45bb3e86ca822db95b3.tar.gz
Cleanup: moving structs into the proper headers, new header for program struct,
removing extra pointers.
Diffstat (limited to 'colm/pdabuild.cc')
-rw-r--r--colm/pdabuild.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/colm/pdabuild.cc b/colm/pdabuild.cc
index 72443cc5..007d7205 100644
--- a/colm/pdabuild.cc
+++ b/colm/pdabuild.cc
@@ -1870,9 +1870,6 @@ PdaTables *ParseData::makePdaTables( PdaGraph *pdaGraph )
pdaTables->tokenRegions[count++] = 0;
}
- /* Get a pointer to the (yet unfilled) global runtime data. */
- pdaTables->rtd = runtimeData;
-
return pdaTables;
}