[era/restore_emitter] remove a noop
Pointless self assignment. Value in suerpblock does get assigned properly.
This commit is contained in:
parent
788f507e46
commit
207ef304c3
@ -28,8 +28,6 @@ namespace {
|
|||||||
sb.nr_blocks = nr_blocks;
|
sb.nr_blocks = nr_blocks;
|
||||||
sb.current_era = current_era;
|
sb.current_era = current_era;
|
||||||
|
|
||||||
nr_blocks = nr_blocks;
|
|
||||||
|
|
||||||
md_.era_array_->grow(nr_blocks, 0);
|
md_.era_array_->grow(nr_blocks, 0);
|
||||||
|
|
||||||
in_superblock_ = true;
|
in_superblock_ = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user