diff options
author | Günther Deschner <gd@samba.org> | 2009-09-24 18:20:13 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-24 22:55:29 +0200 |
commit | 4b01e378d2a1a7e5e93573878fcdc05907e9a5bd (patch) | |
tree | e583f6c65492d2f2670839dc05aad8b08b051204 | |
parent | 60433b154dc345f8883b15d657e3f7d5c21fc6a1 (diff) | |
download | samba-4b01e378d2a1a7e5e93573878fcdc05907e9a5bd.tar.gz samba-4b01e378d2a1a7e5e93573878fcdc05907e9a5bd.tar.bz2 samba-4b01e378d2a1a7e5e93573878fcdc05907e9a5bd.zip |
s3: remove unused printing macros.
Guenther
-rw-r--r-- | source3/include/ntdomain.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 */ |