diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-29 10:29:36 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-29 10:29:36 +0100 |
commit | a82cfbd1b92e32e485a97fa3204f9d7afea9aef7 (patch) | |
tree | eb4bf92c66e17be50439cb5c00fec3265b55ce7a /src/other_tools/ops_maps | |
parent | 08bf03382124fe5fbe58dd068d4ebb546b5c3e87 (diff) | |
download | justbuild-a82cfbd1b92e32e485a97fa3204f9d7afea9aef7.tar.gz |
Clean up unused dependencies
Diffstat (limited to 'src/other_tools/ops_maps')
-rw-r--r-- | src/other_tools/ops_maps/TARGETS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/other_tools/ops_maps/TARGETS b/src/other_tools/ops_maps/TARGETS index 3bc2fbdf..545de74f 100644 --- a/src/other_tools/ops_maps/TARGETS +++ b/src/other_tools/ops_maps/TARGETS @@ -72,7 +72,6 @@ , ["src/other_tools/just_mr", "mirrors"] , ["src/other_tools/just_mr/progress_reporting", "progress"] , ["src/other_tools/ops_maps", "critical_git_op_map"] - , ["src/other_tools/utils", "curl_url_handle"] , ["src/utils/cpp", "hash_combine"] ] , "stage": ["src", "other_tools", "ops_maps"] @@ -83,6 +82,7 @@ , ["src/buildtool/storage", "fs_utils"] , ["src/other_tools/git_operations", "git_repo_remote"] , ["src/other_tools/utils", "content"] + , ["src/other_tools/utils", "curl_url_handle"] ] } , "archive_fetch_map": @@ -134,7 +134,6 @@ , ["src/buildtool/multithreading", "task_system"] , ["src/buildtool/system", "system_command"] , ["src/other_tools/git_operations", "git_repo_remote"] - , ["src/other_tools/ops_maps", "content_cas_map"] ] } } |