diff options
| author | Peter LaFosse <peter@vector35.com> | 2025-01-15 15:02:39 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2025-01-15 15:03:07 -0500 |
| commit | 362a420eb027bd1de0a172f1823ba7e4dd806a3a (patch) | |
| tree | 691895d8b8b3203eb3dc09f978b4d244f2deeff1 /view/sharedcache/core/ObjC.h | |
| parent | b14f86d5373eb7a4a8a40c9a23c3a9faf2732eeb (diff) | |
Remove unused calls to defineTypedef which were causing hangs
Diffstat (limited to 'view/sharedcache/core/ObjC.h')
| -rw-r--r-- | view/sharedcache/core/ObjC.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/view/sharedcache/core/ObjC.h b/view/sharedcache/core/ObjC.h index 0f4526c0..a308c23a 100644 --- a/view/sharedcache/core/ObjC.h +++ b/view/sharedcache/core/ObjC.h @@ -162,13 +162,13 @@ namespace DSCObjC { class DSCObjCProcessor { struct Types { - QualifiedName relativePtr; - QualifiedName id; - QualifiedName sel; - QualifiedName BOOL; - QualifiedName nsInteger; - QualifiedName nsuInteger; - QualifiedName cgFloat; + // QualifiedName relativePtr; + // QualifiedName id; + // QualifiedName sel; + // QualifiedName BOOL; + // QualifiedName nsInteger; + // QualifiedName nsuInteger; + // QualifiedName cgFloat; QualifiedName cfStringFlag; QualifiedName cfString; QualifiedName cfStringUTF16; |
