summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/asm_mcf5249.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-11-21 18:48:45 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-11-21 18:48:45 +0000
commit3c83cea151dfe29cbd5feacbdc1834e26ad073d4 (patch)
treebfcc49cf51bb40bcfabbd2e0e7f2a9ac6e2585e4 /apps/codecs/lib/asm_mcf5249.h
parent6cff0e72de7bafa167388a32da811855b8b4b6d6 (diff)
Remove unused define.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28633 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib/asm_mcf5249.h')
-rw-r--r--apps/codecs/lib/asm_mcf5249.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/lib/asm_mcf5249.h b/apps/codecs/lib/asm_mcf5249.h
index f103e78769..12b69c9e51 100644
--- a/apps/codecs/lib/asm_mcf5249.h
+++ b/apps/codecs/lib/asm_mcf5249.h
@@ -21,9 +21,6 @@
#if defined(CPU_COLDFIRE)
-/* attribute for 16-byte alignment */
-#define LINE_ATTR __attribute__ ((aligned (16)))
-
#ifndef _V_WIDE_MATH
#define _V_WIDE_MATH
@@ -338,7 +335,4 @@ static inline int32_t CLIP_TO_15(register int32_t x) {
#endif
*/
-#else
-#define LINE_ATTR
#endif
-