Remove unused CONST_DISCARD macro.
[kai/samba.git] / source4 / include / includes.h
index ddda21f9d8efa55c0ef350393828369995662d4a..d9b7759e7e9ee47807ce498b15706e69affc5d12 100644 (file)
 /* 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)