From 219c5d6f1199405848c5de6c1a4c792c57fa1a40 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 15 Dec 2007 17:31:29 +0100 Subject: [PATCH] error.h: Remove unused E_CHDIR. --- error.h | 1 - 1 file changed, 1 deletion(-) diff --git a/error.h b/error.h index 2d9caa0b..9b25e1f7 100644 --- 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"), \ -- 2.30.2