diff options
Diffstat (limited to 'apps/codecs/libtremor/config-tremor.h')
-rw-r--r-- | apps/codecs/libtremor/config-tremor.h | 8 |
1 files changed, 0 insertions, 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 |