diff options
-rw-r--r-- | source3/librpc/idl/misc.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/librpc/idl/misc.idl b/source3/librpc/idl/misc.idl index 0861758187..132a81f138 100644 --- a/source3/librpc/idl/misc.idl +++ b/source3/librpc/idl/misc.idl @@ -48,10 +48,4 @@ interface misc SAMR_REJECT_IN_HISTORY = 2, SAMR_REJECT_COMPLEXITY = 5 } samr_RejectReason; - - /* id used to identify a endpoint, possibly in a cluster */ - typedef [public] struct { - uint32 id; - uint32 node; - } server_id; } |