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_api/execution_service | |
parent | 08bf03382124fe5fbe58dd068d4ebb546b5c3e87 (diff) | |
download | justbuild-a82cfbd1b92e32e485a97fa3204f9d7afea9aef7.tar.gz |
Clean up unused dependencies
Diffstat (limited to 'src/buildtool/execution_api/execution_service')
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index 4e325a35..18a66818 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -155,7 +155,6 @@ , "stage": ["src", "buildtool", "execution_api", "execution_service"] , "proto": [["@", "googleapis", "", "google_longrunning_operations_proto"]] , "deps": [["@", "protoc", "", "libprotobuf"]] - , "private-deps": [["src/buildtool/logging", "logging"]] } , "operations_server": { "type": ["@", "rules", "CC", "library"] |