[REFACT] Removed redundant functions

This commit is contained in:
hasherezade
2022-09-12 05:08:34 +02:00
parent 7f17d2f5cc
commit e965ff720b
3 changed files with 9 additions and 38 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
using namespace buf_util;
const size_t SECNAME_LEN = 8;
const size_t SectionHdrWrapper::SECNAME_LEN = 8;
size_t SectHdrsWrapper::SECT_COUNT_MAX = 0x2000;
size_t SectHdrsWrapper::SECT_INVALID_INDEX = SIZE_MAX;