aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-12 00:11:29 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-12 00:11:29 -0800
commit1130e4782de6378a7ad2cbb39cfb1626d7233fe8 (patch)
tree6c310220d0393cbd689f5c2cfb5bf2594807d0a0 /parser.cpp
parent0e9d159bc2e95d71ae2051957397bc689e020e42 (diff)
Remove some unused defines
Diffstat (limited to 'parser.cpp')
-rw-r--r--parser.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/parser.cpp b/parser.cpp
index c2ef7681..5f3f5dc1 100644
--- a/parser.cpp
+++ b/parser.cpp
@@ -81,11 +81,6 @@ The fish parser. Contains functions for parsing and evaluating code.
/**
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
-*/
#define CMD_OR_ERR_MSG _( L"Expected a command name, got token of type '%ls'. Did you mean 'COMMAND; or COMMAND'? See the help section for the 'or' builtin command by typing 'help or'.")
/**