mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Merge branch 'nodiscard' of /home/jelmer/samba4
This commit is contained in:
commit
8edd73759d
@ -64,10 +64,6 @@
|
||||
/* String routines */
|
||||
#include "../lib/util/safe_string.h"
|
||||
|
||||
#ifndef CONST_DISCARD
|
||||
#define CONST_DISCARD(type, ptr) ((type) ((void *) (ptr)))
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/* darn, we can't do this now that we don't link the ldb tools to all the smb libs */
|
||||
#define TALLOC_ABORT(reason) smb_panic(reason)
|
||||
|
Loading…
Reference in New Issue
Block a user