minor simplification
This commit is contained in:
parent
5b402a26cb
commit
2f8f640010
1 changed files with 1 additions and 2 deletions
|
|
@ -157,8 +157,7 @@ inline void read_binary_entry(std::istream& in, entry_t * entry,
|
||||||
i < count;
|
i < count;
|
||||||
i++) {
|
i++) {
|
||||||
read_binary_transaction(in, xact_pool, string_pool);
|
read_binary_transaction(in, xact_pool, string_pool);
|
||||||
xact_pool->entry = entry;
|
entry->add_transaction(xact_pool++);
|
||||||
entry->transactions.push_back(xact_pool++);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue