diff mbox

[commit] Remove useless macro definition

Message ID 4D19807E.1090107@codesourcery.com
State New
Headers show

Commit Message

Jie Zhang Dec. 28, 2010, 6:15 a.m. UTC
Since SLOW_UNALIGNED_ACCESS is not used anymore in builtins.c, I have 
committed this patch to remove its definition in that file under the 
obvious rule.


Regards,
diff mbox

Patch


	* builtins.c (SLOW_UNALIGNED_ACCESS): Remove.

Index: builtins.c
===================================================================
--- builtins.c	(revision 168292)
+++ builtins.c	(working copy)
@@ -51,9 +51,6 @@  along with GCC; see the file COPYING3.
 #include "diagnostic-core.h"
 #include "builtins.h"
 
-#ifndef SLOW_UNALIGNED_ACCESS
-#define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) STRICT_ALIGNMENT
-#endif
 
 #ifndef PAD_VARARGS_DOWN
 #define PAD_VARARGS_DOWN BYTES_BIG_ENDIAN