From 77d2cd1ff7dab3a7a76449bfb3fe1d6e80df292b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 17 Mar 2009 18:36:43 +0100 Subject: [PATCH] s3-spoolss: remove unused RPC_BUFFER definition. Guenther --- source3/include/ntdomain.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 0eff9bdbace..0b827d385fd 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 */ -- 2.11.4.GIT