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:
parent
188b2d1ce5
commit
c68dc46f54
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue