Cue Sheet: Remove unused variable
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
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:
parent
747bd51bb7
commit
c0d411f002
1 changed files with 0 additions and 1 deletions
|
@ -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]];
|
||||||
|
|
Loading…
Reference in a new issue