diff --git a/platform_support.c b/platform_support.c index 012616c..5c29fac 100644 --- a/platform_support.c +++ b/platform_support.c @@ -62,16 +62,6 @@ void PlatformExit() #endif #ifdef SURVEYOR_HOST -/* exit with a message */ -void ProgramFail(struct ParseState *Parser, const char *Message, ...) -{ -} - -/* exit lexing with a message */ -void LexFail(struct LexState *Lexer, const char *Message, ...) -{ -} - /* get a line of interactive input */ char *PlatformGetLine(char *Buf, int MaxLen) {