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
commitb792d0c122a8a2b54ad4133886e922343d8c37b4 (patch)
tree226827cddbe9628f5989c766027a05428fdc2457 /libcli/util/werror.h
parente27aee8f30892aeeee5ce1d5d6adbcf55a8c2806 (diff)
downloadsamba-b792d0c122a8a2b54ad4133886e922343d8c37b4.tar.gz
werror: removed WERR_BUF_TOO_SMALL (unused, already known as WERR_NERR_BUFTOOSMALL)
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 cfd68703b1b..d120b1501e2 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_BUF_TOO_SMALL W_ERROR(0x0000084B)
#define WERR_ALREADY_SHARED W_ERROR(0x00000846)
#define WERR_JOB_NOT_FOUND W_ERROR(0x00000867)
#define WERR_DEST_NOT_FOUND W_ERROR(0x00000868)