diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-20 23:19:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:41 -0500 |
commit | 9f420a6c6d10f76e923881e768ed42eb918e2d52 (patch) | |
tree | 18f8be708c3091d1d05eceef8439b201a3258cd7 | |
parent | 9feb63e0870a8dcb1b8d43f680f5be4824152a96 (diff) | |
download | samba-9f420a6c6d10f76e923881e768ed42eb918e2d52.tar.gz samba-9f420a6c6d10f76e923881e768ed42eb918e2d52.tar.bz2 samba-9f420a6c6d10f76e923881e768ed42eb918e2d52.zip |
r21477: Remove unnecessary properties.
(This used to be commit 17d1da19474de3c501b532aec74b1fb93ed3ae3f)
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 4 | ||||
-rw-r--r-- | source4/librpc/idl/nbt.idl | 1 |
2 files changed, 0 insertions, 5 deletions
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; diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index b45f837a02..609f84c993 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -698,4 +698,3 @@ interface nbt [switch_is(opcode)] nbt_browse_payload payload; } nbt_browse_packet; } - |