summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorJohn Esmet <john.esmet@gmail.com>2014-08-18 16:38:48 -0400
committerJohn Esmet <john.esmet@gmail.com>2014-08-21 15:35:06 -0400
commitf1720c82d957d4668764df03d65b635337798831 (patch)
treeb859922f73c154a2827216119a18849fac63ee18 /util
parent43186347be04ac73c504cc029ff9e26f3b4859d1 (diff)
downloadmariadb-git-f1720c82d957d4668764df03d65b635337798831.tar.gz
FT-582 Remove remaining artifacts from the ICC days
Diffstat (limited to 'util')
-rw-r--r--util/tests/test_partitioned_counter.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/tests/test_partitioned_counter.cc b/util/tests/test_partitioned_counter.cc
index 5af214f75ac..02a9846517a 100644
--- a/util/tests/test_partitioned_counter.cc
+++ b/util/tests/test_partitioned_counter.cc
@@ -201,9 +201,6 @@ static inline void increment (void) {
head->prev = cp;
}
head = cp;
-#ifdef __INTEL_COMPILER
- __memory_barrier(); // for some reason I don't understand, ICC needs a memory barrier here. -Bradley
-#endif
cp->counter = 0;
cp->inited = true;
cp->myid = idcounter++;