mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Remove CDataStream::Init in favor of C++11 member initialization
This commit is contained in:
parent
fada14b948
commit
faf4aa2f47
2 changed files with 19 additions and 21 deletions
|
|
@ -84,7 +84,7 @@ static void PrevectorDeserialize(benchmark::Bench& bench)
|
|||
for (auto x = 0; x < 1000; ++x) {
|
||||
s0 >> t1;
|
||||
}
|
||||
s0.Init(SER_NETWORK, 0);
|
||||
s0.Rewind();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue