From aaca957565a13e9f2c6ab5ae085d7c8fb6c0fa85 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 28 Nov 2016 22:45:46 -0800 Subject: Clean up symbol visiblity and delete a ltitle bit of dead code --- m68k_core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'm68k_core.h') diff --git a/m68k_core.h b/m68k_core.h index 0c07668..277a2e5 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -73,7 +73,6 @@ typedef struct m68k_context { typedef m68k_context *(*m68k_reset_handler)(m68k_context *context); -void translate_m68k(m68k_options * opts, struct m68kinst * inst); void translate_m68k_stream(uint32_t address, m68k_context * context); void start_68k_context(m68k_context * context, uint32_t address); void resume_68k(m68k_context *context); -- cgit v1.2.3