[win32] Remove MemoryBarrier() fallback implementation
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 8 Mar 2013 01:14:08 +0000 (20:14 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 8 Mar 2013 01:21:12 +0000 (20:21 -0500)
commitf67a9905ff310b124f91f4d232b785553eafbd2b
tree1bf6825f639450f130fb585eb5fbf5be08fdbcfb
parent75d424977e132b6f3ec33eb8d3b27339b3120862
[win32] Remove MemoryBarrier() fallback implementation

I added these because the older mingw32 toolchain didn't have
MemoryBarrier().  The newer mingw-w64 toolchain however has.
As reported by John Emmas this was causing build failure with
MSVC because of inline issues.  But that reminded me that we
may be taking this path even if the system implements
MemoryBarrier as a function, which is a waste.  So, just remove
it.
glib/gatomic.c