Skip to content

Commit

Permalink
idl: Remove unused DCERPC_FAULT_UNK_IF
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>

Autobuild-User(master): Andreas Schneider <[email protected]>
Autobuild-Date(master): Wed Oct 26 15:06:44 CEST 2016 on sn-devel-144
  • Loading branch information
cryptomilk committed Oct 26, 2016
1 parent f1cc938 commit 790fbd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion librpc/idl/dcerpc.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 790fbd6

Please sign in to comment.