redirection.cpp: remove unused error message macro

LOCAL_PIPE_ERROR is no longer used anywhere.
This commit is contained in:
Aaron Gyes 2019-02-09 20:32:13 -08:00
parent 965fef739c
commit c1504576f9

View file

@ -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'")