Skip to content

Commit 2d51a5b

Browse files
committed
[General] Remove safety check that is no longer needed
1 parent 49b393c commit 2d51a5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/classdumpctl/main.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ static void printUsage(const char *progname) {
106106
Method const initializeMthd = class_getClassMethod(cls, @selector(initialize));
107107
method_setImplementation(initializeMthd, blankIMP);
108108

109-
if (class_getInstanceMethod(cls, @selector(doesNotRecognizeSelector:)) == NULL) {
110-
return nil;
111-
}
112109
return [CDClassModel modelWithClass:cls];
113110
}
114111

0 commit comments

Comments
 (0)