Skip to content

Commit a91115b

Browse files
committed
Remove unnecessary virtual
1 parent 8c8b706 commit a91115b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/dummy-store.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ struct DummyStoreImpl : DummyStore
148148
/**
149149
* The dummy store is incapable of *not* trusting! :)
150150
*/
151-
virtual std::optional<TrustedFlag> isTrustedClient() override
151+
std::optional<TrustedFlag> isTrustedClient() override
152152
{
153153
return Trusted;
154154
}

0 commit comments

Comments
 (0)