From: Andre Noll Date: Thu, 10 Apr 2008 04:59:54 +0000 (+0200) Subject: Kill unused error code AFS_PARENT_DIED. X-Git-Tag: v0.3.2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=03269545ee5b581febeea4b36c554b324e827d8d Kill unused error code AFS_PARENT_DIED. --- diff --git a/error.h b/error.h index 5e3a8df0..300b54e4 100644 --- a/error.h +++ b/error.h @@ -103,7 +103,6 @@ extern const char **para_errlist[]; PARA_ERROR(AFS_SYNTAX, "afs syntax error"), \ PARA_ERROR(AFS_SIGNAL, "afs caught deadly signal"), \ PARA_ERROR(AFS_SOCKET, "afs socket not writable"), \ - PARA_ERROR(AFS_PARENT_DIED, "fatal: server process terminated"), \ PARA_ERROR(AFS_SHORT_READ, "short read from afs socket"), \