Remove some unused defines

This commit is contained in:
ridiculousfish
2014-01-12 00:11:29 -08:00
parent 0e9d159bc2
commit 1130e4782d
2 changed files with 1 additions and 27 deletions

View File

@@ -78,11 +78,6 @@ The fish parser. Contains functions for parsing and evaluating code.
*/
#define BLOCK_END_ERR_MSG _( L"Could not locate end of block. The 'end' command is missing, misspelled or a ';' is missing.")
/**
Error message when a non-string token is found when expecting a command name
*/
#define CMD_ERR_MSG _( L"Expected a command name, got token of type '%ls'")
/**
Error message when a non-string token is found when expecting a command name
*/