Loading...
cache_builder/SectionCoalescer.cpp dyld-1284.13 dyld-1122.1
--- dyld/dyld-1284.13/cache_builder/SectionCoalescer.cpp
+++ dyld/dyld-1122.1/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;