Revision: 21064
          http://sourceforge.net/p/bibdesk/svn/21064
Author:   hofman
Date:     2016-09-18 21:34:55 +0000 (Sun, 18 Sep 2016)
Log Message:
-----------
remove unused variable

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2016-09-18 21:33:38 UTC (rev 21063)
+++ trunk/bibdesk/BibItem.m     2016-09-18 21:34:55 UTC (rev 21064)
@@ -3293,7 +3293,6 @@
                                           
options:AGRegexMultiline|AGRegexCaseInsensitive];
     AGRegexMatch *match;
     for (match in [doiRegex findEnumeratorInString:string]) {
-        NSString *doi;
         if ([match groupAtIndex:1] != nil && [match groupAtIndex:2] != nil)
             [dois addObject:[NSString stringWithFormat:@"%@/%@", [match 
groupAtIndex:1], [match groupAtIndex:2]]];
     }

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


------------------------------------------------------------------------------
_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to