From ef927cc428db7bf41d3a593a16a8f1a0fe6306c5 Mon Sep 17 00:00:00 2001 From: Jonathan Hseu Date: Fri, 10 Feb 2017 14:55:34 -0800 Subject: Switch to gcc atomic intrinsics for macOS and delete the file that uses (#2699) the deprecated atomics. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3