summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2014-02-08 14:10:11 -0800
committerAliaksey Kandratsenka <alk@tut.by>2014-02-08 14:10:11 -0800
commit38bfc7a1c2f9ba718bcaa9b82fdcd9c429c8f85f (patch)
tree2cedfa316aeda942a9c78dc398bd9997508c8d92
parentd03c467a3446088b229f0106d9f47fab6d7c52a4 (diff)
downloadgperftools-38bfc7a1c2f9ba718bcaa9b82fdcd9c429c8f85f.tar.gz
removed irrelevant comment
-rw-r--r--src/base/atomicops.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/base/atomicops.h b/src/base/atomicops.h
index bdb463f..be038f3 100644
--- a/src/base/atomicops.h
+++ b/src/base/atomicops.h
@@ -121,9 +121,6 @@
#elif defined(__GNUC__) && GCC_VERSION >= 40700
#include "base/atomicops-internals-gcc.h"
#else
-// Assume x86 for now. If you need to support a new architecture and
-// don't know how to implement atomic ops, you can probably get away
-// with using pthreads, since atomicops is only used by spinlock.h/cc
#error You need to implement atomic operations for this architecture
#endif