summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-12-12 00:29:13 +0100
committerJeremy Allison <jra@samba.org>2016-09-28 00:04:36 +0200
commitf82cbd170333ade188ceb0354caeecc9e791449d (patch)
tree17ea4f8e8ca6f27bda8a7f8788d9d2735c2ac6fa /libcli
parent5dfd783136f930f0c014a6b79e05654f457ca954 (diff)
downloadsamba-f82cbd170333ade188ceb0354caeecc9e791449d.tar.gz
werror: removed WERR_RPC_E_INVALID_HEADER (unused, already known as HRES_RPC_E_INVALID_HEADER)
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/util/werror.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcli/util/werror.h b/libcli/util/werror.h
index 49f9746b07a..1193d2bcd05 100644
--- a/libcli/util/werror.h
+++ b/libcli/util/werror.h
@@ -101,10 +101,6 @@ typedef uint32_t WERROR;
#define MAX_NERR (NERR_BASE+899)
#endif
-/* RPC/COM/OLE HRESULT error codes */
-/* RPC errors */
-#define WERR_RPC_E_INVALID_HEADER W_ERROR(0x80010111)
-
/* Generic error code aliases */
#define WERR_FOOBAR WERR_GEN_FAILURE