summaryrefslogtreecommitdiff
path: root/src/ctinput.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-04-01 17:15:29 -0400
committerAdrian Thurston <thurston@complang.org>2015-04-01 17:15:29 -0400
commit5637cd8e39200fd421a6cc77d79a2bbf78a3c925 (patch)
tree4e694d6c94401cbc81dd281d8cf8df07261982b6 /src/ctinput.cc
parent24e144ea5fd1275bf6c864455b2dd4d96e589363 (diff)
downloadcolm-5637cd8e39200fd421a6cc77d79a2bbf78a3c925.tar.gz
always emit the host-call function
Diffstat (limited to 'src/ctinput.cc')
-rw-r--r--src/ctinput.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ctinput.cc b/src/ctinput.cc
index 2e00bf55..24427dab 100644
--- a/src/ctinput.cc
+++ b/src/ctinput.cc
@@ -497,8 +497,3 @@ extern "C" void internalPopBinding( PdaRun *pdaRun, ParseTree *parseTree )
if ( lastBound == parseTree )
pdaRun->bindings->pop();
}
-
-extern "C" void host_call( long, Tree ** )
-{
-
-}