From 0965b22ec561588201a3a79f1f1e316834c8ce0b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 11 Aug 2008 18:14:51 +0200 Subject: dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZE metze (This used to be commit 54b873e49ff363609632fa2862208bf6b4c1b6ed) --- source4/librpc/idl/dcerpc.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 0fb94e9672..1c6574b11b 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -30,7 +30,6 @@ interface dcerpc } dcerpc_bind; const uint8 DCERPC_REQUEST_LENGTH = 24; - const uint8 DCERPC_MAX_SIGN_SIZE = 64; typedef struct { } dcerpc_empty; -- cgit