forked from Imagelibrary/binutils-gdb
sim: cleanup obsolete NULL fallback
We require C11 which defines NULL, so drop the inconsistent set of fallback defines in the codebase.
This commit is contained in:
@@ -30,10 +30,6 @@
|
||||
#include "ld-insn.h"
|
||||
#include "ld-cache.h"
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user