aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Jonathan Hseu <vomjom@vomjom.net>2017-02-10 14:55:34 -0800
committerGravatar Paul Yang <TeBoring@users.noreply.github.com>2017-02-10 14:55:34 -0800
commitef927cc428db7bf41d3a593a16a8f1a0fe6306c5 (patch)
treef5278239459c17f11f7cb64a4db33358147f1f3a /src/Makefile.am
parent1d2736f24d1e86af460098827ce28fa710b2a931 (diff)
Switch to gcc atomic intrinsics for macOS and delete the file that uses (#2699)
the deprecated atomics.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 047f1dc0..ab9eb31b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -74,7 +74,6 @@ nobase_include_HEADERS = \
google/protobuf/stubs/atomicops_internals_atomicword_compat.h \
google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h \
google/protobuf/stubs/atomicops_internals_generic_gcc.h \
- google/protobuf/stubs/atomicops_internals_macosx.h \
google/protobuf/stubs/atomicops_internals_mips_gcc.h \
google/protobuf/stubs/atomicops_internals_solaris.h \
google/protobuf/stubs/atomicops_internals_tsan.h \