summaryrefslogtreecommitdiff
path: root/src/buildtool/computed_roots/lookup_cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/computed_roots/lookup_cache.cpp')
-rw-r--r--src/buildtool/computed_roots/lookup_cache.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildtool/computed_roots/lookup_cache.cpp b/src/buildtool/computed_roots/lookup_cache.cpp
index 0555c74b..ac3eeaef 100644
--- a/src/buildtool/computed_roots/lookup_cache.cpp
+++ b/src/buildtool/computed_roots/lookup_cache.cpp
@@ -41,8 +41,6 @@ auto LookupCache(BuildMaps::Target::ConfiguredTarget const& ctarget,
auto const* target_root =
repository_config->TargetRoot(ctarget.target.ToModule().repository);
if ((target_root == nullptr) or target_root->IsAbsent()) {
- // TODO(aehlig): avoid local installing in case of absent target root of
- // the base repository
return expected<std::optional<std::string>, std::monostate>(
std::nullopt);
}