summaryrefslogtreecommitdiff
path: root/src/synthesis.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-05-15 17:58:55 -0400
committerAdrian Thurston <thurston@colm.net>2018-05-15 17:58:55 -0400
commite9e58383d07766cc9721b6a1efd1b46facf0fffa (patch)
treec30429c2bfacc6c5c484105c2dcb2ded92327fd7 /src/synthesis.cc
parent44f8ba6d73a3de862d05c5606fda32a3141018aa (diff)
downloadcolm-e9e58383d07766cc9721b6a1efd1b46facf0fffa.tar.gz
merged the PARSE_LOAD instruction into SEND
Diffstat (limited to 'src/synthesis.cc')
-rw-r--r--src/synthesis.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synthesis.cc b/src/synthesis.cc
index f2526d49..08f120dc 100644
--- a/src/synthesis.cc
+++ b/src/synthesis.cc
@@ -1420,7 +1420,6 @@ UniqueType *LangTerm::evaluateConstruct( Compiler *pd, CodeVect &code ) const
void LangTerm::parseFrag( Compiler *pd, CodeVect &code, int stopId )
{
- code.append( IN_PARSE_LOAD );
code.append( IN_PARSE_FRAG_W );
}