Removed superceded functions
git-svn-id: http://picoc.googlecode.com/svn/trunk@128 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
d6c73f42d4
commit
27c19b5e80
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue