Revision: 22469
          http://sourceforge.net/p/bibdesk/svn/22469
Author:   hofman
Date:     2018-07-26 08:53:28 +0000 (Thu, 26 Jul 2018)
Log Message:
-----------
Remove unused variables

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

Modified: trunk/bibdesk/BDSKFormatParser.m
===================================================================
--- trunk/bibdesk/BDSKFormatParser.m    2018-07-26 08:52:59 UTC (rev 22468)
+++ trunk/bibdesk/BDSKFormatParser.m    2018-07-26 08:53:28 UTC (rev 22469)
@@ -118,7 +118,7 @@
        NSString *prefixStr = nil;
        NSScanner *scanner = [NSScanner scannerWithString:format];
     NSUInteger uniqueNumber = 0;
-       unichar specifier, nextChar, uniqueSpecifier = 0;
+       unichar specifier, uniqueSpecifier = 0;
     NSString *uniqueSeparator = nil;
        NSCharacterSet *slashCharSet = [NSCharacterSet 
characterSetWithCharactersInString:@"/"];
        BOOL isLocalFile = [fieldName isGeneralLocalFileField];

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to