summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/unidasm.c')
-rw-r--r--src/tools/unidasm.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c
index dfd185b1cb3..7a245886d6a 100644
--- a/src/tools/unidasm.c
+++ b/src/tools/unidasm.c
@@ -355,17 +355,6 @@ static const dasm_table_entry dasm_table[] =
// { "z8000", _16be, 0, CPU_DISASSEMBLE_NAME(z8000) },
};
-void CLIB_DECL ATTR_PRINTF(1,2) logerror(const char *format, ...)
-{
- /* silent logerrors are allowed in disassemblers */
-}
-
-
-void CLIB_DECL ATTR_PRINTF(1,2) osd_printf_debug(const char *format, ...)
-{
- /* silent osd_printf_debugs are allowed in disassemblers */
-}
-
static int parse_options(int argc, char *argv[], options *opts)
{