zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Remove Redundant Virtual Implementations from the Compiler #2268

Closed InsertCreativityHere closed 1 month ago

InsertCreativityHere commented 1 month ago

The base class for all these visitors (ParserVisitor) provides default implementations for these functions. So overriding them with these no-op implementations is pointless.