mirror of https://github.com/YosysHQ/yosys.git
memory_share: fix stray brace
This commit is contained in:
parent
4d897975a8
commit
1d93d1e59f
|
@ -666,7 +666,6 @@ struct MemoryShareWorker
|
|||
// -------------
|
||||
|
||||
MemoryShareWorker(RTLIL::Design *design) : design(design), modwalker(design) {}
|
||||
}
|
||||
|
||||
void operator()(RTLIL::Module* module)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue