Remove osd_break_into_debugger in unidasm. This should be part of

libocore.
This commit is contained in:
Aaron Giles 2010-04-08 06:46:48 +00:00
parent 1390af8fa4
commit 61b3b38259

View File

@ -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 */