From 4b01e378d2a1a7e5e93573878fcdc05907e9a5bd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Sep 2009 18:20:13 +0200 Subject: s3: remove unused printing macros. Guenther --- source3/include/ntdomain.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source3') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index f90478296c..bbe653b8bd 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 */ -- cgit