mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 21:22:47 +01:00
Remove CDataStream::Init in favor of C++11 member initialization
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user