From 048cfb9cd65088ece06aafeaf76d4f5a51d37484 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 15 Aug 2025 16:55:23 -0400 Subject: [PATCH] Delete dangling declaration There is no definition associated with this. --- .../include/nix/store/build/derivation-building-goal.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libstore/include/nix/store/build/derivation-building-goal.hh b/src/libstore/include/nix/store/build/derivation-building-goal.hh index b16a1300c..95949649c 100644 --- a/src/libstore/include/nix/store/build/derivation-building-goal.hh +++ b/src/libstore/include/nix/store/build/derivation-building-goal.hh @@ -174,8 +174,6 @@ struct DerivationBuildingGoal : public Goal void appendLogTailErrorMsg(std::string & msg); - StorePathSet exportReferences(const StorePathSet & storePaths); - JobCategory jobCategory() const override { return JobCategory::Build;