1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 05:21:16 +02:00

Error: Remove unused sname() method

This commit is contained in:
Eelco Dolstra 2022-04-06 15:05:08 +02:00
parent 168ef9f3ab
commit 8bd9ebf52c
3 changed files with 0 additions and 11 deletions

View file

@ -49,10 +49,6 @@ public:
ExperimentalFeature missingFeature;
MissingExperimentalFeature(ExperimentalFeature);
virtual const char * sname() const override
{
return "MissingExperimentalFeature";
}
};
}