summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-10-26 09:28:01 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-10-26 15:06:44 +0200
commit790fbd62f9f7863dc362036e0fc9b08fa5f21ee9 (patch)
tree1909533b3a332218788b41a3198ddaeb7c5af83a /librpc
parentf1cc938451c553061ddb71a7c13c4ececd58974b (diff)
downloadsamba-790fbd62f9f7863dc362036e0fc9b08fa5f21ee9.tar.gz
idl: Remove unused DCERPC_FAULT_UNK_IF
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
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/dcerpc.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl
index 92e189fa482..1e06bc144d7 100644
--- a/librpc/idl/dcerpc.idl
+++ b/librpc/idl/dcerpc.idl
@@ -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;