nulllocation: Remove nulllocation_t.

This is technically not even allowed according to the C standard, but is a GNU-specific extension
This commit is contained in:
Lioncash 2014-09-06 00:47:54 -04:00
parent da5e8e2bfc
commit 195a6aadb2

View File

@ -16,10 +16,6 @@
#include "../driver.h"
typedef struct null_location
{
} nulllocation_t;
static void *null_location_init(void)
{
return NULL;