diff --git a/src/hydra-queue-runner/build-remote.cc b/src/hydra-queue-runner/build-remote.cc index c0aa0712..6a17b259 100644 --- a/src/hydra-queue-runner/build-remote.cc +++ b/src/hydra-queue-runner/build-remote.cc @@ -285,11 +285,6 @@ void State::buildRemote(ref destStore, result.canRetry = true; result.errorMsg = ""; break; - case BuildResult::CachedFailure: // cached on the build machine - result.stepStatus = bsCachedFailure; - result.canCache = true; - result.errorMsg = ""; - break; case BuildResult::TimedOut: result.stepStatus = bsTimedOut; result.errorMsg = "";