summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:34 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:26 +0200
commit245c4369479ed9d010982efd90edb5d39af7dcc3 (patch)
treee6fc7763c969322c36006cd4ccaf4396b6bbad5a /libcli/util/werror.h
parentf05eb9b53369eb7f562e11bda9f8e1ef67938089 (diff)
downloadsamba-245c4369479ed9d010982efd90edb5d39af7dcc3.tar.gz
werror: removed WERR_USEREXISTS
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 30241fbd34e..281b36f7ef2 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_USEREXISTS W_ERROR(0x000008B0)
#define WERR_NOT_CONNECTED W_ERROR(0x000008CA)
#define WERR_NAME_NOT_FOUND W_ERROR(0x000008E1)
#define WERR_NET_NAME_NOT_FOUND W_ERROR(0x00000906)