From 006304112a43e66aa8e508af9997222c1f18a09b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Aug 2013 16:03:40 +0200 Subject: PR766: Delete __RTEMS_APPLICATION__ This define is no longer used. --- c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/beatnik') diff --git a/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c b/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c index b3a17e774d..9b5c7a7556 100644 --- a/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c +++ b/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c @@ -48,10 +48,6 @@ /* for RTEMS_VERSION :-( I dont like the preassembled string */ #include -#ifdef __RTEMS_APPLICATION__ -#undef __RTEMS_APPLICATION__ -#endif - #define SHOW_MORE_INIT_SETTINGS BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial; -- cgit v1.2.3