From aa5b3697346710138852b32d6fa479a75b371049 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 22 Sep 2013 18:29:56 -0700 Subject: idl: remove duplicate flag Signed-off-by: Matthieu Patou Reviewed-by: Stefan Metzmacher --- librpc/idl/frsrpc.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'librpc') diff --git a/librpc/idl/frsrpc.idl b/librpc/idl/frsrpc.idl index fcc3119503..d11410a93a 100644 --- a/librpc/idl/frsrpc.idl +++ b/librpc/idl/frsrpc.idl @@ -43,7 +43,6 @@ interface frsrpc FRSRPC_CO_FLAG_MORPH_GEN_HEAD = 0x00400000, FRSRPC_CO_FLAG_JUST_OID_RESET = 0x00800000, FRSRPC_CO_FLAG_COMPRESSED_STAGE = 0x01000000, - FRSRPC_CO_FLAG_COMPRESSED_STAGE = 0x01000000, FRSRPC_CO_FLAG_SKIP_VV_UPDATE = 0x02000000 } frsrpc_CommPktCoCmdFlags; -- cgit