idl: Remove unused DCERPC_FAULT_UNK_IF
authorAndreas Schneider <asn@samba.org>
Wed, 26 Oct 2016 07:28:01 +0000 (09:28 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 13:06:44 +0000 (15:06 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Oct 26 15:06:44 CEST 2016 on sn-devel-144

librpc/idl/dcerpc.idl

index 92e189fa482a8b2af44a4f643b860f3f80ff7731..1e06bc144d77cf7440c68c0ee71a6a4bb4165b50 100644 (file)
@@ -207,7 +207,6 @@ interface dcerpc
        } dcerpc_nca_status;
 
        const int DCERPC_FAULT_OP_RNG_ERROR       = DCERPC_NCA_S_OP_RNG_ERROR;
-       const int DCERPC_FAULT_UNK_IF             = DCERPC_NCA_S_UNKNOWN_IF;
        const int DCERPC_FAULT_NDR                = DCERPC_FAULT_BAD_STUB_DATA;
        const int DCERPC_FAULT_INVALID_TAG        = DCERPC_NCA_S_FAULT_INVALID_TAG;
        const int DCERPC_FAULT_CONTEXT_MISMATCH   = DCERPC_NCA_S_FAULT_CONTEXT_MISMATCH;