error.h: Remove unused E_CHDIR.
authorAndre Noll <maan@systemlinux.org>
Sat, 15 Dec 2007 16:31:29 +0000 (17:31 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Dec 2007 16:31:29 +0000 (17:31 +0100)
error.h

diff --git a/error.h b/error.h
index 2d9caa0b56863f4d4e8957b2843f968bf06f6b35..9b25e1f7050440905a8e8265b1ace51a497c333b 100644 (file)
--- a/error.h
+++ b/error.h
@@ -352,7 +352,6 @@ extern const char **para_errlist[];
 
 #define FD_ERRORS \
        PARA_ERROR(FGETS, "fgets error"), \
-       PARA_ERROR(CHDIR, "failed to change directory"), \
        PARA_ERROR(OPEN, "failed to open file"), \
        PARA_ERROR(CHDIR_PERM, "insufficient permissions to chdir"), \
        PARA_ERROR(EMPTY, "file empty"), \