diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-28 10:25:07 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-07 14:58:04 +0100 |
commit | e2f73a93be5977b5e18f4ba3aa05ea31bc5c16c4 (patch) | |
tree | 971f89e6f8db00b5bef9a4ed2c8e1dee680576ea /src/utils/cpp/TARGETS | |
parent | 95792fb717bd84d500037b62c77a4949274e670d (diff) | |
download | justbuild-e2f73a93be5977b5e18f4ba3aa05ea31bc5c16c4.tar.gz |
Remove ContentBlobContainer and TransformedRange
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index 509aae03..b7d5d3c7 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -94,13 +94,6 @@ , "hdrs": ["path_hash.hpp"] , "stage": ["src", "utils", "cpp"] } -, "transformed_range": - { "type": ["@", "rules", "CC", "library"] - , "name": ["transformed_range"] - , "hdrs": ["transformed_range.hpp"] - , "deps": [["@", "gsl", "", "gsl"]] - , "stage": ["src", "utils", "cpp"] - } , "prefix": { "type": ["@", "rules", "CC", "library"] , "name": ["prefix"] |