mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 18:05:24 +00:00
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 a new issue