From fd0d576709fff48bc23444b3a30a86e92c625101 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 2 Dec 2013 19:39:36 -0800 Subject: Centralize support for QBasicAtomic for ints and longs No need to redefine everywhere, since they're required to be supported. Change-Id: I2bdbbd0b0c44871e3bd0edcf0289fc58dd50ff31 Reviewed-by: Lars Knoll --- src/corelib/arch/qatomic_armv5.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/corelib/arch/qatomic_armv5.h') diff --git a/src/corelib/arch/qatomic_armv5.h b/src/corelib/arch/qatomic_armv5.h index b583ec662c..237ff5f254 100644 --- a/src/corelib/arch/qatomic_armv5.h +++ b/src/corelib/arch/qatomic_armv5.h @@ -72,9 +72,6 @@ QT_END_NAMESPACE # error "Qt is misconfigured: this ARMv5 implementation is only possible on Linux" #endif -template<> struct QAtomicIntegerTraits { enum { IsInteger = 1 }; }; -template<> struct QAtomicIntegerTraits { enum { IsInteger = 1 }; }; - template struct QBasicAtomicOps: QGenericAtomicOps > { // kernel places a restartable cmpxchg implementation at a fixed address -- cgit v1.2.3