aboutsummaryrefslogtreecommitdiff
path: root/fcp/client/fcp_runner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fcp/client/fcp_runner.cc')
-rw-r--r--fcp/client/fcp_runner.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/fcp/client/fcp_runner.cc b/fcp/client/fcp_runner.cc
index 4736b6a..8b645d5 100644
--- a/fcp/client/fcp_runner.cc
+++ b/fcp/client/fcp_runner.cc
@@ -280,8 +280,6 @@ absl::StatusOr<FLRunnerResult> RunFederatedComputation(
fl_runner_result.set_contribution_result(FLRunnerResult::SUCCESS);
} else {
fl_runner_result.set_contribution_result(FLRunnerResult::FAIL);
- std::string error_message = std::string{
- plan_result_and_checkpoint_file.plan_result.original_status.message()};
}
return fl_runner_result;
}