Delete old unused macro.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29962 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2011-06-05 09:27:58 +00:00
parent b9747ca206
commit 03c12a7906
1 changed files with 0 additions and 8 deletions

View File

@ -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