mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Review
This commit is contained in:
@@ -338,16 +338,12 @@ void InternalStorage::destroyRecordsWithExtension(const char * extension) {
|
||||
|
||||
InternalStorage::InternalStorage() {
|
||||
m_magicHeader = Magic;
|
||||
|
||||
m_magicFooter = Magic;
|
||||
m_delegate = nullptr;
|
||||
m_lastRecordRetrieved = nullptr;
|
||||
m_lastRecordRetrievedPointer = nullptr;
|
||||
|
||||
assert(m_magicHeader == Magic);
|
||||
assert(m_magicFooter == Magic);
|
||||
// Set the size of the first record to 0
|
||||
// overrideSizeAtPosition(m_buffer, 0);
|
||||
}
|
||||
|
||||
// PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user