From 6b3ff0de465605f8fe2409a91c7b7977efb413dc Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Wed, 17 Mar 2010 01:20:31 +0200 Subject: s4/idl: Remove drsuapi_DsAddEntryExtraErrorBuffer - it is not used anymore --- librpc/idl/drsuapi.idl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'librpc/idl') diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index 01e57fc9bc..e4343c91f9 100644 --- a/librpc/idl/drsuapi.idl +++ b/librpc/idl/drsuapi.idl @@ -1243,11 +1243,6 @@ interface drsuapi uint16 problem; /* 0 or PROBLEM error code */ } drsuapi_DsAddEntryErrorInfoX; - typedef struct { - [range(0,10485760)] uint32 size; - [size_is(size)] uint8 *data; - } drsuapi_DsAddEntryExtraErrorBuffer; - /* Attribute errors * Ref: ATRERR_DRS_WIRE_V1, [MS-DRSR]: 4.1.1.1.11 */ typedef struct { -- cgit