ProcessModule is no longer virtual (why was it in the first place?)
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Mon, 14 Aug 2017 18:18:09 +0000 (11:18 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Mon, 14 Aug 2017 18:18:09 +0000 (11:18 -0700)
passes/opt/rmports.cc

index f08d7b12606bdc0e8c3e39d465d179e35ba3a394..39cef12e6c8cded6fbe44da289008132723dcab7 100644 (file)
@@ -48,7 +48,7 @@ struct RmportsPassPass : public Pass {
                        ProcessModule(mod);
        }
 
-       virtual void ProcessModule(RTLIL::Module* module)
+       void ProcessModule(RTLIL::Module* module)
        {
                log("Finding unconnected ports in module %s\n", module->name.c_str());