summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-04-08 06:46:48 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-04-08 06:46:48 +0000
commit61b3b38259f6c7fc212373f53737f8c2cd706d9e (patch)
tree13caf7b8480d4aafc34133d64460eeaa54d4aae3
parent1390af8fa44512ce1162c36e9e01abaa0e80ffab (diff)
Remove osd_break_into_debugger in unidasm. This should be part of
libocore.
-rw-r--r--src/tools/unidasm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/unidasm.c b/src/tools/unidasm.c
index 2603f4765b3..ea891263b02 100644
--- a/src/tools/unidasm.c
+++ b/src/tools/unidasm.c
@@ -346,12 +346,6 @@ void free_file_line(void *memory, const char *file, int line)
}
-void osd_break_into_debugger(const char *text)
-{
- /* we don't have a complete debugger to break in */
-}
-
-
void CLIB_DECL logerror(const char *format, ...)
{
/* silent logerrors are allowed in disassemblers */