From 4ba89230ae03d00f9c6a0882df1361c5369b77a9 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 10 Jul 2010 17:05:58 -0400 Subject: s3-dcerpc: Remove unused members MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/ntdomain.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 18819dee21..d0006923ff 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -168,9 +168,6 @@ typedef struct pipes_struct { PIPE_RPC_FNS *contexts; - RPC_HDR hdr; /* Incoming RPC header. */ - RPC_HDR_REQ hdr_req; /* Incoming request header. */ - struct pipe_auth_data auth; /* -- cgit