3
0
Fork 0
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:
Eddie Hung 2020-03-30 08:35:40 -07:00
parent 4d897975a8
commit 1d93d1e59f

View file

@ -666,7 +666,6 @@ struct MemoryShareWorker
// -------------
MemoryShareWorker(RTLIL::Design *design) : design(design), modwalker(design) {}
}
void operator()(RTLIL::Module* module)
{