Page MenuHomePhabricator

Remove the virtual specifier for functions with the override specifier
ClosedPublic

Authored by deadalnix on May 26 2019, 18:07.

Details

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

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 27 2019, 00:47