diff options
Diffstat (limited to 'src/synthesis.cc')
-rw-r--r-- | src/synthesis.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synthesis.cc b/src/synthesis.cc index eabb1abf..c351c50f 100644 --- a/src/synthesis.cc +++ b/src/synthesis.cc @@ -1422,7 +1422,6 @@ void LangTerm::parseFrag( Compiler *pd, CodeVect &code, int stopId ) { code.append( IN_PARSE_LOAD ); code.append( IN_PARSE_FRAG_W ); - code.append( IN_PCR_CALL ); code.append( IN_PARSE_FRAG_EXIT_W ); } |