d: Remove "final" and "override" from visitor method.
commitdb8e3439ae4089ac27e542ff8f9e64a7aa093d67
authorIain Buclaw <ibuclaw@gdcproject.org>
Sun, 11 Dec 2022 18:08:01 +0000 (11 19:08 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sun, 11 Dec 2022 18:12:29 +0000 (11 19:12 +0100)
treeef1a64478b4df93f21a03795b062446c647e01fd
parentf12c82222f93111e2fb0bd73d1bad52325001990
d: Remove "final" and "override" from visitor method.

This was added by the backport of an ICE in r12-8969.  While harmless,
it was not until r13-758 that "final" and "override" were introduced to
all visitor methods in the D front-end.  Removing it from the release
branch just for consistency with the rest of the file.

gcc/d/ChangeLog:

* imports.cc (ImportVisitor::visit (OverloadSet *)): Remove "final"
and "override" from visitor method.
gcc/d/imports.cc