We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b393c commit 2d51a5bCopy full SHA for 2d51a5b
Sources/classdumpctl/main.m
@@ -106,9 +106,6 @@ static void printUsage(const char *progname) {
106
Method const initializeMthd = class_getClassMethod(cls, @selector(initialize));
107
method_setImplementation(initializeMthd, blankIMP);
108
109
- if (class_getInstanceMethod(cls, @selector(doesNotRecognizeSelector:)) == NULL) {
110
- return nil;
111
- }
112
return [CDClassModel modelWithClass:cls];
113
}
114
0 commit comments