diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-17 10:52:44 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-17 11:48:01 +0200 |
commit | 7fc304ccb797b762845a4eaaaedec3ecc50a85e6 (patch) | |
tree | 8e3139e9dd221a8be30bfb4ab9bb90ce50ec6381 | |
parent | 98b6063eeeb8914e305beb7b2acad1cecae388b9 (diff) | |
download | justbuild-7fc304ccb797b762845a4eaaaedec3ecc50a85e6.tar.gz |
absl: Drop unused variables
-rw-r--r-- | etc/defaults/CC/TARGETS.absl | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/etc/defaults/CC/TARGETS.absl b/etc/defaults/CC/TARGETS.absl index 266709c9..0b353103 100644 --- a/etc/defaults/CC/TARGETS.absl +++ b/etc/defaults/CC/TARGETS.absl @@ -1,6 +1,6 @@ { "defaults": { "type": ["CC", "defaults"] - , "arguments_config": ["TOOLCHAIN_CONFIG", "OS", "ARCH", "TARGET_ARCH"] + , "arguments_config": ["TOOLCHAIN_CONFIG"] , "base": [["@", "base", "CC", "defaults"]] , "ADD_CXXFLAGS": { "type": "let*" @@ -16,24 +16,6 @@ , "default": "unknown" } ] - , [ "OS" - , { "type": "var" - , "name": "OS" - , "default": - {"type": "fail", "msg": "Required variable 'OS' is not set."} - } - ] - , [ "TARGET_ARCH" - , { "type": "var" - , "name": "TARGET_ARCH" - , "default": - { "type": "var" - , "name": "ARCH" - , "default": - {"type": "fail", "msg": "Required variable 'ARCH' is not set."} - } - } - ] ] , "body": { "type": "++" |