mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
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:
parent
da5e8e2bfc
commit
195a6aadb2
@ -16,10 +16,6 @@
|
||||
|
||||
#include "../driver.h"
|
||||
|
||||
typedef struct null_location
|
||||
{
|
||||
} nulllocation_t;
|
||||
|
||||
static void *null_location_init(void)
|
||||
{
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user