Revision: 27772
          http://sourceforge.net/p/bibdesk/svn/27772
Author:   hofman
Date:     2022-07-27 18:27:04 +0000 (Wed, 27 Jul 2022)
Log Message:
-----------
remove unused local variable

Modified Paths:
--------------
    trunk/bibdesk/BDSKFormatParser.m

Modified: trunk/bibdesk/BDSKFormatParser.m
===================================================================
--- trunk/bibdesk/BDSKFormatParser.m    2022-07-27 18:18:38 UTC (rev 27771)
+++ trunk/bibdesk/BDSKFormatParser.m    2022-07-27 18:27:04 UTC (rev 27772)
@@ -851,7 +851,6 @@
     NSString *uniqueStr;
     char fallback[number + 1];
     memset(fallback, '\0', number + 1);
-    NSString *fallbackStr = nil;
     
     if (number > 0) {
         if (hash != NSNotFound) {

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