werror: removed WERR_RPC_E_INVALID_HEADER (unused, already known as HRES_RPC_E_INVALI...
authorGünther Deschner <gd@samba.org>
Fri, 11 Dec 2015 23:29:13 +0000 (00:29 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 27 Sep 2016 22:04:36 +0000 (00:04 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/util/werror.h

index 49f9746b07a210cb364c67d4f5532dbf40d6a34c..1193d2bcd05a2c810bb1d91fd2ceefca71d529b2 100644 (file)
@@ -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