1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3: remove unused printing macros.

Guenther
This commit is contained in:
Günther Deschner 2009-09-24 18:20:13 +02:00
parent 60433b154d
commit 4b01e378d2

View File

@ -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 */