File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -636,7 +636,6 @@ void ObjcCategoryMerger::parseProtocolListInfo(const ConcatInputSection *isec,
636636 /* extra null value*/ target->wordSize ;
637637 assert (expectedListSize == ptrListSym->isec ->data .size () &&
638638 " Protocol list does not match expected size" );
639- (void )expectedListSize;
640639
641640 uint32_t off = protocolListHeaderLayout.totalSize ;
642641 for (uint32_t inx = 0 ; inx < protocolCount; ++inx) {
@@ -1034,7 +1033,6 @@ void ObjcCategoryMerger::mergeCategoriesIntoSingleCategory(
10341033
10351034 Defined *newCatDef = emitCategory (extInfo);
10361035 assert (newCatDef && " Failed to create a new category" );
1037- (void )newCatDef;
10381036
10391037 for (auto &catInfo : categories)
10401038 catInfo.wasMerged = true ;
You can’t perform that action at this time.
0 commit comments