summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-24 18:20:13 +0200
committerGünther Deschner <gd@samba.org>2009-09-24 22:55:29 +0200
commit4b01e378d2a1a7e5e93573878fcdc05907e9a5bd (patch)
treee583f6c65492d2f2670839dc05aad8b08b051204 /source3/include/ntdomain.h
parent60433b154dc345f8883b15d657e3f7d5c21fc6a1 (diff)
downloadsamba-4b01e378d2a1a7e5e93573878fcdc05907e9a5bd.tar.gz
samba-4b01e378d2a1a7e5e93573878fcdc05907e9a5bd.tar.bz2
samba-4b01e378d2a1a7e5e93573878fcdc05907e9a5bd.zip
s3: remove unused printing macros.
Guenther
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h11
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 */