ProcessModule is no longer virtual (why was it in the first place?)

This commit is contained in:
Andrew Zonenberg 2017-08-14 11:18:09 -07:00
parent bd2ac68769
commit 0ee27d0226
1 changed files with 1 additions and 1 deletions

View 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());