summaryrefslogtreecommitdiff
path: root/libcli/util/werror.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-03 15:24:30 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:24 +0200
commit52c8e962017e708571fd172121e48eea9b8ee2b1 (patch)
tree18c20d760a5fd21d7aefd58bbbd1dd09214b70bc /libcli/util/werror.h
parent7d54fde08fbb6cd53b008a13feb14d5be598523f (diff)
downloadsamba-52c8e962017e708571fd172121e48eea9b8ee2b1.tar.gz
werror: removed WERR_OBJECT_PATH_INVALID
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 19d53200fe0..040ca7e2d8a 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -95,7 +95,6 @@ typedef uint32_t WERROR;
#define WERR_SEM_TIMEOUT W_ERROR(0x00000079)
#define WERR_INSUFFICIENT_BUFFER W_ERROR(0x0000007A)
#define WERR_INVALID_NAME W_ERROR(0x0000007B)
-#define WERR_OBJECT_PATH_INVALID W_ERROR(0x000000A1)
#define WERR_ALREADY_EXISTS W_ERROR(0x000000B7)
#define WERR_MORE_DATA W_ERROR(0x000000EA)
#define WERR_NO_MORE_ITEMS W_ERROR(0x00000103)