1
0
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:
Jelmer Vernooij 2009-03-15 15:39:15 +01:00
commit 8edd73759d

View File

@ -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)