mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 20:31:15 -03:00
Remove some unused defines
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user