From 6b77a6629817b5e013ed41a8f19b519352c73902 Mon Sep 17 00:00:00 2001 From: Dwedit Date: Sat, 31 Mar 2018 00:55:37 -0500 Subject: [PATCH] get rid of the unnecessary typedef --- runahead/run_ahead.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runahead/run_ahead.c b/runahead/run_ahead.c index 5c4305bd54..f90736abeb 100644 --- a/runahead/run_ahead.c +++ b/runahead/run_ahead.c @@ -96,8 +96,7 @@ static void runahead_save_state_list_rotate(void) static function_t originalRetroDeinit = NULL; static function_t originalRetroUnload = NULL; -typedef struct retro_core_t _retro_core_t; -extern _retro_core_t current_core; +extern struct retro_core_t current_core; extern struct retro_callbacks retro_ctx; static void remove_hooks(void)