From eb7a40422593970eba0541a7e4deaa6bc31f94e0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Sep 2009 00:36:05 +0200 Subject: s3: remove unused unistr2_term_codes. Guenther --- source3/include/rpc_misc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index b4c3a6190e..aff9b1c6f0 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -26,9 +26,6 @@ #define SMB_RPC_INTERFACE_VERSION 1 #define PRS_POINTER_CAST bool (*)(const char*, prs_struct*, int, void*) -enum unistr2_term_codes { UNI_FLAGS_NONE = 0, UNI_STR_TERMINATE = 1, UNI_MAXLEN_TERMINATE = 2, UNI_BROKEN_NON_NULL = 3, UNI_STR_DBLTERMINATE = 4 }; - - /********************************************************************** * well-known RIDs - Relative IDs -- cgit