From: Günther Deschner Date: Thu, 24 Sep 2009 16:20:13 +0000 (+0200) Subject: s3: remove unused printing macros. X-Git-Tag: talloc-2.0.1~379^2~11 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=4b01e378d2a1a7e5e93573878fcdc05907e9a5bd s3: remove unused printing macros. Guenther --- diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index f90478296c2..bbe653b8bd5 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -241,15 +241,4 @@ struct api_struct { bool (*fn) (pipes_struct *); }; -/* - * higher order functions for use with msrpc client code - */ - -#define PRINT_INFO_FN(fn)\ - void (*fn)(const char*, uint32, uint32, void *const *const) -#define JOB_INFO_FN(fn)\ - void (*fn)(const char*, const char*, uint32, uint32, void *const *const) - -/* end higher order functions */ - #endif /* _NT_DOMAIN_H */