diff options
Diffstat (limited to 'LUFA/Common')
-rw-r--r-- | LUFA/Common/Common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 8b1845a08..530d66eac 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -293,8 +293,6 @@ #elif (ARCH == ARCH_XMEGA) return SREG; #endif - - GCC_MEMORY_BARRIER(); } /** Sets the global interrupt enable state of the microcontroller to the mask passed into the function. |