HomePhabricator

Remove the virtual specifier for functions with the override specifier

Description

Remove the virtual specifier for functions with the override specifier

Summary:
override guarantees that the function is virtual (in addition
to that the function is overriding a virtual function from a base
class).

This is backport of Core PR10701

Test Plan:

make check

Reviewers: #bitcoin_abc, markblundeberg

Reviewed By: #bitcoin_abc, markblundeberg

Subscribers: markblundeberg

Differential Revision: https://reviews.bitcoinabc.org/D3118

Details

Provenance
practicalswift <practicalswift@users.noreply.github.com>Authored on Jun 29 2017, 10:57
deadalnixCommitted on May 27 2019, 00:59
deadalnixPushed on May 27 2019, 00:59
Reviewer
Restricted Project
Differential Revision
D3118: Remove the virtual specifier for functions with the override specifier
Parents
rABC268f95c2f913: db: Remove obsolete methods from CBlockTreeDB.
Branches
Unknown
Tags
Unknown