From 77d2cd1ff7dab3a7a76449bfb3fe1d6e80df292b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Mar 2009 18:36:43 +0100 Subject: s3-spoolss: remove unused RPC_BUFFER definition. Guenther --- source3/include/ntdomain.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 0eff9bdbac..0b827d385f 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -293,11 +293,4 @@ struct api_struct { /* end higher order functions */ -typedef struct { - uint32 size; - prs_struct prs; - uint32 struct_start; - uint32 string_at_end; -} RPC_BUFFER; - #endif /* _NT_DOMAIN_H */ -- cgit