From e2f73a93be5977b5e18f4ba3aa05ea31bc5c16c4 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 28 Jan 2025 10:25:07 +0100 Subject: Remove ContentBlobContainer and TransformedRange --- src/buildtool/execution_api/common/TARGETS | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/buildtool/execution_api/common/TARGETS') diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS index edb815b9..e2dd5d3b 100644 --- a/src/buildtool/execution_api/common/TARGETS +++ b/src/buildtool/execution_api/common/TARGETS @@ -125,11 +125,7 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["content_blob_container"] , "hdrs": ["content_blob_container.hpp"] - , "deps": - [ ["@", "gsl", "", "gsl"] - , ["src/utils/cpp", "hash_combine"] - , ["src/utils/cpp", "transformed_range"] - ] + , "deps": [["@", "gsl", "", "gsl"], ["src/utils/cpp", "hash_combine"]] , "stage": ["src", "buildtool", "execution_api", "common"] } , "artifact_blob_container": -- cgit v1.2.3