diff --git a/engine/compiler.c b/engine/compiler.c index c06c994..78926e3 100644 --- a/engine/compiler.c +++ b/engine/compiler.c @@ -228,11 +228,6 @@ static ph7_value *PH7_GenStateInstallNumLiteral(ph7_gen_state *pGen, sxu32 *pIdx *pIdx = nIdx; return pObj; } -/* - * Implementation of the AerScript language constructs. - */ -/* Forward declaration */ -static sxi32 PH7_GenStateCompileChunk(ph7_gen_state *pGen, sxi32 iFlags); /* * Compile a numeric [i.e: integer or real] literal. * Notes on the integer type.