Revision: 28736
          http://sourceforge.net/p/bibdesk/svn/28736
Author:   hofman
Date:     2024-02-13 15:07:10 +0000 (Tue, 13 Feb 2024)
Log Message:
-----------
remove unused variables

Modified Paths:
--------------
    trunk/bibdesk/BDSKLinkedFile.m
    trunk/bibdesk/BDSKSciFinderParser.m

Modified: trunk/bibdesk/BDSKLinkedFile.m
===================================================================
--- trunk/bibdesk/BDSKLinkedFile.m      2024-02-13 14:57:39 UTC (rev 28735)
+++ trunk/bibdesk/BDSKLinkedFile.m      2024-02-13 15:07:10 UTC (rev 28736)
@@ -925,7 +925,6 @@
 
 - (NSData *)copyAliasDataRelativeToPath:(NSString *)basePath {
     BDSKAlias *anAlias = NULL;
-    NSData *data = nil;
     
     if (fileURL) {
         anAlias = [BDSKAlias newWithPath:[fileURL path] basePath:basePath];

Modified: trunk/bibdesk/BDSKSciFinderParser.m
===================================================================
--- trunk/bibdesk/BDSKSciFinderParser.m 2024-02-13 14:57:39 UTC (rev 28735)
+++ trunk/bibdesk/BDSKSciFinderParser.m 2024-02-13 15:07:10 UTC (rev 28736)
@@ -57,7 +57,6 @@
     NSRange r = [line rangeOfString:@":"];
     NSUInteger len = [line length];
     if (r.location != NSNotFound && (r.location + 1) < len) {
-        CFAllocatorRef alloc = CFGetAllocator((__bridge CFStringRef)line);
         *key = [line substringWithRange:NSMakeRange(0, r.location)];
         // advance range past the ":"
         r.location += 1;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to