summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:32 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:25 +0200
commit8cfff62eab2dbbb8dd8be7cccfc3a8a96e9802e4 (patch)
treed2c2dd655dc44dab73a225421243a4f470f5a2a9 /libcli/util/werror.h
parent6ea4c3165faa427bdd6a6efa834824ab0ccdc5cf (diff)
downloadsamba-8cfff62eab2dbbb8dd8be7cccfc3a8a96e9802e4.tar.gz
werror: removed WERR_JOB_NOT_FOUND (unused, already known as WERR_NERR_JOBNOTFOUND)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli/util/werror.h')
-rw-r--r--libcli/util/werror.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index ba30e76a19d..d21635b9e12 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -195,7 +195,6 @@ typedef uint32_t WERROR;
#define MAX_NERR (NERR_BASE+899)
#endif
-#define WERR_JOB_NOT_FOUND W_ERROR(0x00000867)
#define WERR_DEST_NOT_FOUND W_ERROR(0x00000868)
#define WERR_GROUPNOTFOUND W_ERROR(0x000008AC)
#define WERR_USER_NOT_FOUND W_ERROR(0x000008AD)