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:
@@ -34,11 +34,6 @@
|
||||
|
||||
#include "gen-itable.h"
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
typedef struct _itable_info
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user