memory_share: fix stray brace

This commit is contained in:
Eddie Hung 2020-03-30 08:35:40 -07:00
parent 4d897975a8
commit 1d93d1e59f
1 changed files with 0 additions and 1 deletions

View File

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