From cf9a634a5115d143e67616ea26df71adf7428840 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Mon, 21 Apr 2025 09:29:43 -0700 Subject: [ObjC] Use relative pointer types for members of `objc_method_entry_t` They were previously relying on the Objective-C workflow to render the `rptr_t` typedef. Relative pointer types are now a first class citizen and are rendered correctly without any additional work. --- objectivec/objc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'objectivec/objc.h') diff --git a/objectivec/objc.h b/objectivec/objc.h index dad86f08..01fb5e5a 100644 --- a/objectivec/objc.h +++ b/objectivec/objc.h @@ -252,7 +252,6 @@ namespace BinaryNinja { class ObjCProcessor { struct Types { - QualifiedName relativePtr; QualifiedName id; QualifiedName sel; QualifiedName BOOL; -- cgit v1.3.1