summaryrefslogtreecommitdiff
path: root/source/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-11 18:14:51 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-11 18:15:59 +0200
commit54b873e49ff363609632fa2862208bf6b4c1b6ed (patch)
tree74f5a5e5bd868414087be2534dfae87454ad3833 /source/librpc
parent20fc0d7bfdaa60d6a8ac939dc64733a91652587e (diff)
downloadsamba-54b873e49ff363609632fa2862208bf6b4c1b6ed.tar.gz
dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZE
metze
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/dcerpc.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/librpc/idl/dcerpc.idl b/source/librpc/idl/dcerpc.idl
index 0fb94e9672d..1c6574b11be 100644
--- a/source/librpc/idl/dcerpc.idl
+++ b/source/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;