From: Andre Noll Date: Sat, 15 Dec 2007 16:31:29 +0000 (+0100) Subject: error.h: Remove unused E_CHDIR. X-Git-Tag: v0.3.0~53 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=219c5d6f1199405848c5de6c1a4c792c57fa1a40;hp=847cf62ae6a5df96af143f21cdf9b36f4ffdff70;ds=sidebyside error.h: Remove unused E_CHDIR. --- 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"), \