Loading...
--- dyld/dyld-1284.13/cache_builder/SectionCoalescer.cpp
+++ dyld/dyld-1165.3/cache_builder/SectionCoalescer.cpp
@@ -71,8 +71,6 @@
} else if ( segmentName == "__AUTH_CONST" ) {
if ( sectionName == "__auth_got" )
return &this->auth_gots;
- if ( sectionName == "__auth_ptr" )
- return &this->auth_ptrs;
}
return nullptr;