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:
Mike Frysinger
2021-06-06 18:13:41 -04:00
parent dc3de083d5
commit 943f9baa37
13 changed files with 19 additions and 42 deletions

View File

@@ -34,11 +34,6 @@
#include "gen-itable.h"
#ifndef NULL
#define NULL 0
#endif
typedef struct _itable_info
{