diff options
author | Adrian Thurston <thurston@complang.org> | 2011-10-30 05:04:11 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-10-30 05:04:11 +0000 |
commit | 0d29f4855e812f870d07a45bb3e86ca822db95b3 (patch) | |
tree | 13d9ae32d813b4523c98561eb82ae66d78389522 /colm/pdabuild.cc | |
parent | 6a7333b73effa7a8d8fe96f21b84ea2e4a4d13b1 (diff) | |
download | colm-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.cc | 3 |
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; } |