From 162b538912fc940b3c737634c23c99c574adf4ad Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 4 Dec 2023 11:27:39 -0500 Subject: [PATCH] Remove unused `thisArrow` variable --- src/hydra-queue-runner/build-remote.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hydra-queue-runner/build-remote.cc b/src/hydra-queue-runner/build-remote.cc index baf35d86..f1575170 100644 --- a/src/hydra-queue-runner/build-remote.cc +++ b/src/hydra-queue-runner/build-remote.cc @@ -421,8 +421,6 @@ static void copyPathsFromRemote( void RemoteResult::updateWithBuildResult(const nix::BuildResult & buildResult) { - RemoteResult thisArrow; - startTime = buildResult.startTime; stopTime = buildResult.stopTime; timesBuilt = buildResult.timesBuilt;