Cue Sheet: Remove unused variable
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run

Forgot to clean this up.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2025-06-11 00:24:29 -07:00
parent 747bd51bb7
commit c0d411f002

View file

@ -63,7 +63,6 @@
} }
- (void)parseFile:(NSString *)filename { - (void)parseFile:(NSString *)filename {
NSStringEncoding encoding;
NSError *error = nil; NSError *error = nil;
id sandboxBrokerClass = NSClassFromString(@"SandboxBroker"); id sandboxBrokerClass = NSClassFromString(@"SandboxBroker");
const void *sbHandle = [[sandboxBrokerClass sharedSandboxBroker] beginFolderAccess:[NSURL fileURLWithPath:filename]]; const void *sbHandle = [[sandboxBrokerClass sharedSandboxBroker] beginFolderAccess:[NSURL fileURLWithPath:filename]];