mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Remove unused macro CONST_ADD.
This commit is contained in:
parent
05a0ccadb0
commit
4a8c05a91b
@ -1075,7 +1075,6 @@ ssize_t readahead(int fd, off64_t offset, size_t count);
|
||||
#endif
|
||||
|
||||
#define CONST_DISCARD(type, ptr) ((type) ((void *) (ptr)))
|
||||
#define CONST_ADD(type, ptr) ((type) ((const void *) (ptr)))
|
||||
|
||||
void smb_panic( const char *why ) _NORETURN_;
|
||||
void dump_core(void) _NORETURN_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user