Skip to content

Commit 470f350

Browse files
committed
1 parent c5ec837 commit 470f350

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

objectivec/objc.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,6 @@ void ObjCProcessor::ReadListOfMethodLists(ObjCReader* reader, ClassBase& cls, st
782782
head.entsizeAndFlags = reader->Read32();
783783
head.count = reader->Read32();
784784

785-
// TODO(WeiN76LQh): probably can be removed at this point
786785
if (head.count > 0x1000)
787786
{
788787
m_logger->LogError("List of method lists at 0x%llx has an invalid count of 0x%x", start, head.count);
@@ -817,7 +816,6 @@ void ObjCProcessor::ReadMethodList(ObjCReader* reader, ClassBase& cls, std::stri
817816
head.entsizeAndFlags = reader->Read32();
818817
head.count = reader->Read32();
819818

820-
// TODO(WeiN76LQh): probably can be removed at this point
821819
if (head.count > 0x1000)
822820
{
823821
m_logger->LogError("Method list at 0x%llx has an invalid count of 0x%x", start, head.count);

0 commit comments

Comments
 (0)