From 1d044857899e06709e013480fbe031a6e21b856e Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Fri, 27 Jun 2008 23:44:17 +0000 Subject: remove leftover debug stuff git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17820 a1c6a512-1295-4272-9138-f99709370657 --- firmware/system.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'firmware/system.c') diff --git a/firmware/system.c b/firmware/system.c index 389ecea80a..7163468cf6 100644 --- a/firmware/system.c +++ b/firmware/system.c @@ -233,18 +233,12 @@ static const char* const uiename[] = { "Divide by zero" }; -int bla(int arg) -{ - return arg+1; -} - /* Unexpected Interrupt or Exception handler. Currently only deals with exceptions, but will deal with interrupts later. */ void UIE(unsigned int pc, unsigned int num) __attribute__((noreturn)); void UIE(unsigned int pc, unsigned int num) { -#warning got here char str[32]; lcd_clear_display(); -- cgit v1.2.3