summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-11-02 08:45:22 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-11-02 08:45:22 +0100
commitb01384ee7330c30dadb93930d7fd49aaac329e3c (patch)
tree75b0e981476f96748385940eb5f15fdd28dc92ee /src/tools
parent5319ba6148785f2d6c4e27798cd0854643f36b8c (diff)
fixed linking unidasm in small builds (nw)
Diffstat (limited to 'src/tools')
-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)
{