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/buildtool/execution_engine/executor | |
parent | 08bf03382124fe5fbe58dd068d4ebb546b5c3e87 (diff) | |
download | justbuild-a82cfbd1b92e32e485a97fa3204f9d7afea9aef7.tar.gz |
Clean up unused dependencies
Diffstat (limited to 'src/buildtool/execution_engine/executor')
-rw-r--r-- | src/buildtool/execution_engine/executor/TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS index e2654ba9..3b798b49 100644 --- a/src/buildtool/execution_engine/executor/TARGETS +++ b/src/buildtool/execution_engine/executor/TARGETS @@ -12,7 +12,6 @@ , ["src/buildtool/common", "protocol_traits"] , ["src/buildtool/common", "tree"] , ["src/buildtool/crypto", "hash_function"] - , ["src/buildtool/execution_api/common", "api_bundle"] , ["src/buildtool/execution_api/common", "artifact_blob_container"] , ["src/buildtool/execution_api/common", "common"] , ["src/buildtool/execution_api/common", "common_api"] |