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++) {
|
||||
read_binary_transaction(in, xact_pool, string_pool);
|
||||
xact_pool->entry = entry;
|
||||
entry->transactions.push_back(xact_pool++);
|
||||
entry->add_transaction(xact_pool++);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue