1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Merge pull request #13770 from obsidiansystems/delete-wrong-decl

Delete dangling declaration
This commit is contained in:
John Ericson 2025-08-16 11:50:20 -04:00 committed by GitHub
commit 0fd9ef0cf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,8 +174,6 @@ struct DerivationBuildingGoal : public Goal
void appendLogTailErrorMsg(std::string & msg); void appendLogTailErrorMsg(std::string & msg);
StorePathSet exportReferences(const StorePathSet & storePaths);
JobCategory jobCategory() const override JobCategory jobCategory() const override
{ {
return JobCategory::Build; return JobCategory::Build;