1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Removed a duplicate built-in function definition.

Change-Id: Ic3291375188e3c5ebd9ce452782c65c2fb00e286
This commit is contained in:
Sergey Prigogin 2015-12-21 16:10:49 -08:00
parent 188b2d1ce5
commit c68dc46f54

View 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");