From a82cfbd1b92e32e485a97fa3204f9d7afea9aef7 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 29 Oct 2024 10:29:36 +0100 Subject: Clean up unused dependencies --- src/buildtool/execution_api/utils/TARGETS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/buildtool/execution_api/utils') diff --git a/src/buildtool/execution_api/utils/TARGETS b/src/buildtool/execution_api/utils/TARGETS index fb5ca96a..f4033ee5 100644 --- a/src/buildtool/execution_api/utils/TARGETS +++ b/src/buildtool/execution_api/utils/TARGETS @@ -21,10 +21,7 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["outputscheck"] , "hdrs": ["outputscheck.hpp"] - , "deps": - [ ["src/buildtool/common", "bazel_types"] - , ["src/buildtool/common", "common"] - ] + , "deps": [["src/buildtool/common", "bazel_types"]] , "stage": ["src", "buildtool", "execution_api", "utils"] } } -- cgit v1.2.3