Remove src/corelib/arch/i386/* and src/corelib/arch/x86_64/*
authorBradley T. Hughes <bradley.hughes@nokia.com>
Fri, 3 Feb 2012 08:37:48 +0000 (09:37 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 3 Feb 2012 14:09:03 +0000 (15:09 +0100)
commit0797676329a08694efe02f5bd2023db864a75981
tree56837fa0cea0edf07098df4fdf5df042e4198da3
parent67729d05d02b9c782e6d8e17255c571caf1a6a2b
Remove src/corelib/arch/i386/* and src/corelib/arch/x86_64/*

We do not want to support out-of-line QAtomic* implementations. Remove
these from the i386 and x86_64 implementations.

Change-Id: Ib6a9614b7b11bf6bccc9054b177357afd83e33e6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/arch/i386/arch.pri [deleted file]
src/corelib/arch/i386/qatomic_i386.s [deleted file]
src/corelib/arch/qatomic_i386.h
src/corelib/arch/qatomic_x86_64.h
src/corelib/arch/x86_64/arch.pri [deleted file]
src/corelib/arch/x86_64/qatomic_sun.s [deleted file]