[era/restore_emitter] remove a noop

Pointless self assignment.  Value in suerpblock does get assigned properly.
This commit is contained in:
Joe Thornber 2018-12-12 10:23:35 +00:00
parent 788f507e46
commit 207ef304c3

View File

@ -28,8 +28,6 @@ namespace {
sb.nr_blocks = nr_blocks;
sb.current_era = current_era;
nr_blocks = nr_blocks;
md_.era_array_->grow(nr_blocks, 0);
in_superblock_ = true;