diff --git a/src/redirection.cpp b/src/redirection.cpp index 1cce609df..e5cccebd9 100644 --- a/src/redirection.cpp +++ b/src/redirection.cpp @@ -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'")