From 9529fdab26270f4d35119e87f9ca8a7693c24a3f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Dec 2010 17:33:30 +0100 Subject: wmi: Remove unnecessary noprint statements. --- librpc/ndr/ndr_wmi.h | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 librpc/ndr/ndr_wmi.h (limited to 'librpc/ndr/ndr_wmi.h') diff --git a/librpc/ndr/ndr_wmi.h b/librpc/ndr/ndr_wmi.h deleted file mode 100644 index 539b9e882b..0000000000 --- a/librpc/ndr/ndr_wmi.h +++ /dev/null @@ -1,3 +0,0 @@ -typedef const char *CIMSTRING; -enum ndr_err_code ndr_pull_CIMSTRING(struct ndr_pull *ndr, int ndr_flags, CIMSTRING *r); -enum ndr_err_code ndr_push_CIMSTRING(struct ndr_push *ndr, int ndr_flags, const CIMSTRING *r); -- cgit