From 9f420a6c6d10f76e923881e768ed42eb918e2d52 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 20 Feb 2007 23:19:46 +0000 Subject: r21477: Remove unnecessary properties. (This used to be commit 17d1da19474de3c501b532aec74b1fb93ed3ae3f) --- source4/librpc/idl/dcerpc.idl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/librpc/idl/dcerpc.idl') diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 68f85ccb84..c2818afb4c 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -10,9 +10,6 @@ */ import "misc.idl"; -[ -pointer_default(unique) -] interface dcerpc { typedef [public] struct { @@ -37,7 +34,6 @@ interface dcerpc [flag(NDR_REMAINING)] DATA_BLOB auth_info; } dcerpc_bind; - const uint8 DCERPC_REQUEST_LENGTH = 24; const uint8 DCERPC_MAX_SIGN_SIZE = 32; -- cgit