From e9e58383d07766cc9721b6a1efd1b46facf0fffa Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 15 May 2018 17:58:55 -0400 Subject: merged the PARSE_LOAD instruction into SEND --- src/synthesis.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/synthesis.cc') 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 ); } -- cgit v1.2.1