removed useless empty function
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 16 Jan 2006 03:01:21 +0000 (03:01 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 16 Jan 2006 03:01:21 +0000 (03:01 +0000)
[r7248]

ir/debug/debugger.c

index 3bca060..b54ed77 100644 (file)
@@ -833,11 +833,3 @@ static int _firm_only_that_you_can_compile_with_NDEBUG_defined;
  * firm ".create 2101"
  * firm ".help"
  */
-
-#ifdef __GNUC__
-static void _firm_only_that_you_can_compile_with_NDEBUG_defined(void) __attribute__((unused));
-#endif
-
-static void _firm_only_that_you_can_compile_with_NDEBUG_defined(void)
-{
-}