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

Remove unnecessary virtual

This commit is contained in:
Eelco Dolstra 2025-10-27 15:04:13 +01:00
parent 8c8b706f6b
commit a91115bf22

View file

@ -148,7 +148,7 @@ struct DummyStoreImpl : DummyStore
/**
* The dummy store is incapable of *not* trusting! :)
*/
virtual std::optional<TrustedFlag> isTrustedClient() override
std::optional<TrustedFlag> isTrustedClient() override
{
return Trusted;
}