From 03c12a790649c199f415f86366fc02ccee0f9004 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 5 Jun 2011 09:27:58 +0000 Subject: Delete old unused macro. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29962 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtremor/config-tremor.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h index d6b2237960..7afb2c6ad0 100644 --- a/apps/codecs/libtremor/config-tremor.h +++ b/apps/codecs/libtremor/config-tremor.h @@ -19,14 +19,6 @@ #endif #endif -/* Workaround for gcc bug where all static functions are called with short - calls */ -#if !defined(ICODE_ATTR_TREMOR_NOT_MDCT) && (CONFIG_CPU==S5L8701) -#define STATICIRAM_NOT_MDCT STATICIRAM -#else -#define STATICIRAM_NOT_MDCT static -#endif - #ifndef ICODE_ATTR_TREMOR_NOT_MDCT #define ICODE_ATTR_TREMOR_NOT_MDCT ICODE_ATTR #endif -- cgit v1.2.3