mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 03:41:16 -03:00
redirection.cpp: remove unused error message macro
LOCAL_PIPE_ERROR is no longer used anywhere.
This commit is contained in:
@@ -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'")
|
||||
|
||||
Reference in New Issue
Block a user