mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-24 23:29:58 -05:00
registry: remove unused variable
This commit is contained in:
@@ -59,7 +59,6 @@ void RegistryDBLogEntry::requestsToLogEntries(std::vector<RegistryRequest>& requ
|
||||
if (req.packedSize() > sizeAvailable) {
|
||||
serialize();
|
||||
}
|
||||
auto& entryOut = out.back();
|
||||
auto reqPackedSize = req.packedSize();
|
||||
if (reqPackedSize > sizeAvailable) {
|
||||
// This is the only request too big to fit in an empty log entry. We need to split it.
|
||||
|
||||
Reference in New Issue
Block a user