Removed a duplicate built-in function definition.
authorSergey Prigogin <eclipse.sprigogin@gmail.com>
Tue, 22 Dec 2015 00:10:49 +0000 (16:10 -0800)
committerSergey Prigogin <eclipse.sprigogin@gmail.com>
Thu, 24 Dec 2015 02:33:17 +0000 (18:33 -0800)
Change-Id: Ic3291375188e3c5ebd9ce452782c65c2fb00e286

core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/GCCBuiltinSymbolProvider.java

index 0ad48f9..27da097 100644 (file)
@@ -159,7 +159,6 @@ public class GCCBuiltinSymbolProvider implements IBuiltinBindingsProvider {
                        function(type,          "__atomic_nadd_fetch", typePtr, type, "int");
                        function(type,          "__atomic_fetch_add", typePtr, type, "int");
                        function(type,          "__atomic_fetch_sub", typePtr, type, "int");
-                       function(type,          "__atomic_fetch_add", typePtr, type, "int");
                        function(type,          "__atomic_fetch_and", typePtr, type, "int");
                        function(type,          "__atomic_fetch_xor", typePtr, type, "int");
                        function(type,          "__atomic_fetch_or", typePtr, type, "int");