mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
redirection.cpp: remove unused error message macro
LOCAL_PIPE_ERROR is no longer used anywhere.
This commit is contained in:
parent
965fef739c
commit
c1504576f9
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@
|
|||
/// File descriptor redirection error message.
|
||||
#define FD_ERROR "An error occurred while redirecting file descriptor %s"
|
||||
|
||||
/// Pipe error message.
|
||||
#define LOCAL_PIPE_ERROR "An error occurred while setting up pipe"
|
||||
|
||||
#define NOCLOB_ERROR _(L"The file '%s' already exists")
|
||||
|
||||
#define FILE_ERROR _(L"An error occurred while redirecting file '%s'")
|
||||
|
|
Loading…
Reference in a new issue