From 3c83cea151dfe29cbd5feacbdc1834e26ad073d4 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 21 Nov 2010 18:48:45 +0000 Subject: Remove unused define. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28633 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/asm_mcf5249.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/codecs/lib') diff --git a/apps/codecs/lib/asm_mcf5249.h b/apps/codecs/lib/asm_mcf5249.h index f103e78..12b69c9 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 - -- cgit v1.1