nbd-server: remove unused CFILE_PROGERR error code
authorTuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
Sun, 30 Dec 2012 21:13:56 +0000 (23:13 +0200)
committerWouter Verhelst <w@uter.be>
Mon, 31 Dec 2012 08:58:33 +0000 (09:58 +0100)
Programmer errors should not be mixed with runtime errors. If there's a
prorammer error, then there's nothing we can do about it during runtime,
and the program should fail as early and loud as possible.

Signed-off-by: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
nbd-server.c

index e45c0ca669ad8d3be0b4b0cb98481de901605a85..217a07a01b8b73f15164805e6997e4bbc3115601 100644 (file)
@@ -616,7 +616,6 @@ typedef enum {
        CFILE_KEY_MISSING,      /**< A (required) key is missing */
        CFILE_VALUE_INVALID,    /**< A value is syntactically invalid */
        CFILE_VALUE_UNSUPPORTED,/**< A value is not supported in this build */
-       CFILE_PROGERR,          /**< Programmer error */
        CFILE_NO_EXPORTS,       /**< A config file was specified that does not
                                     define any exports */
        CFILE_INCORRECT_PORT,   /**< The reserved port was specified for an