diff options
Diffstat (limited to 'src/other_tools/root_maps/TARGETS')
-rw-r--r-- | src/other_tools/root_maps/TARGETS | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/other_tools/root_maps/TARGETS b/src/other_tools/root_maps/TARGETS index bc3d05ac..ab3b1b8e 100644 --- a/src/other_tools/root_maps/TARGETS +++ b/src/other_tools/root_maps/TARGETS @@ -216,16 +216,4 @@ , ["src/utils/cpp", "tmp_dir"] ] } -, "root_utils": - { "type": ["@", "rules", "CC", "library"] - , "name": ["root_utils"] - , "hdrs": ["root_utils.hpp"] - , "srcs": ["root_utils.cpp"] - , "deps": - [ ["src/buildtool/multithreading", "async_map_consumer"] - , ["src/buildtool/serve_api/remote", "serve_api"] - ] - , "stage": ["src", "other_tools", "root_maps"] - , "private-deps": [["@", "fmt", "", "fmt"]] - } } |