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

Delete dangling declaration

There is no definition associated with this.
This commit is contained in:
John Ericson 2025-08-15 16:55:23 -04:00
parent 9fb62805b0
commit 048cfb9cd6

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;