diff options
Diffstat (limited to 'source/include/rpc_misc.h')
-rw-r--r-- | source/include/rpc_misc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/include/rpc_misc.h b/source/include/rpc_misc.h index 91e0115b693..62bef2cb380 100644 --- a/source/include/rpc_misc.h +++ b/source/include/rpc_misc.h @@ -92,11 +92,6 @@ enum unistr2_term_codes { UNI_FLAGS_NONE = 0, UNI_STR_TERMINATE = 1, UNI_MAXLEN_ * RPC policy handle used pretty much everywhere **********************************************************************/ -typedef struct { - uint32 ptr_hnd; /* pointer to enumeration handle */ - uint32 handle; /* enumeration handle */ -} ENUM_HND; - typedef struct policy_handle POLICY_HND; #define OUR_HANDLE(hnd) (((hnd)==NULL) ? "NULL" :\ |