summaryrefslogtreecommitdiff
path: root/src/buildtool/computed_roots/evaluate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/computed_roots/evaluate.cpp')
-rw-r--r--src/buildtool/computed_roots/evaluate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/computed_roots/evaluate.cpp b/src/buildtool/computed_roots/evaluate.cpp
index 6c280e20..839f9f98 100644
--- a/src/buildtool/computed_roots/evaluate.cpp
+++ b/src/buildtool/computed_roots/evaluate.cpp
@@ -266,8 +266,8 @@ void ComputeAndFill(
key.ToString());
}
else {
- auto serve_result = InquireServe(
- &analyse_context, target, context->apis, &build_logger);
+ auto serve_result =
+ InquireServe(&analyse_context, target, &build_logger);
if (serve_result) {
auto root_result = FileRoot(*serve_result);
Logger::Log(LogLevel::Performance,