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/root_maps | |
parent | 08bf03382124fe5fbe58dd068d4ebb546b5c3e87 (diff) | |
download | justbuild-a82cfbd1b92e32e485a97fa3204f9d7afea9aef7.tar.gz |
Clean up unused dependencies
Diffstat (limited to 'src/other_tools/root_maps')
-rw-r--r-- | src/other_tools/root_maps/TARGETS | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/other_tools/root_maps/TARGETS b/src/other_tools/root_maps/TARGETS index 33cd805f..5340ef32 100644 --- a/src/other_tools/root_maps/TARGETS +++ b/src/other_tools/root_maps/TARGETS @@ -20,7 +20,6 @@ , ["src/buildtool/common", "artifact_digest_factory"] , ["src/buildtool/common", "common"] , ["src/buildtool/crypto", "hash_function"] - , ["src/buildtool/execution_api/local", "config"] , ["src/buildtool/file_system", "file_root"] , ["src/buildtool/file_system", "file_storage"] , ["src/buildtool/file_system", "git_repo"] @@ -51,7 +50,6 @@ , ["src/other_tools/ops_maps", "critical_git_op_map"] , ["src/other_tools/ops_maps", "import_to_git_map"] , ["src/utils/cpp", "hash_combine"] - , ["src/utils/cpp", "path"] ] , "stage": ["src", "other_tools", "root_maps"] , "private-deps": @@ -65,7 +63,7 @@ , ["src/buildtool/storage", "fs_utils"] , ["src/other_tools/git_operations", "git_repo_remote"] , ["src/other_tools/utils", "curl_url_handle"] - , ["src/utils/cpp", "tmp_dir"] + , ["src/utils/cpp", "path"] ] } , "fpath_git_map": @@ -126,11 +124,9 @@ , ["src/buildtool/crypto", "hash_info"] , ["src/buildtool/file_system", "file_root"] , ["src/buildtool/file_system", "file_storage"] - , ["src/buildtool/file_system", "git_repo"] , ["src/buildtool/file_system/symlinks_map", "pragma_special"] , ["src/buildtool/multithreading", "task_system"] , ["src/buildtool/storage", "fs_utils"] - , ["src/other_tools/git_operations", "git_repo_remote"] , ["src/other_tools/utils", "content"] , ["src/utils/archive", "archive_ops"] ] |