Revision: 27580
          http://sourceforge.net/p/bibdesk/svn/27580
Author:   hofman
Date:     2022-06-08 09:02:32 +0000 (Wed, 08 Jun 2022)
Log Message:
-----------
remove unused local variable

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

Modified: trunk/bibdesk/BDSKIEEEXploreParser.m
===================================================================
--- trunk/bibdesk/BDSKIEEEXploreParser.m        2022-06-08 08:56:13 UTC (rev 
27579)
+++ trunk/bibdesk/BDSKIEEEXploreParser.m        2022-06-08 09:02:32 UTC (rev 
27580)
@@ -126,8 +126,6 @@
 - (NSArray *)itemsFromDownload:(BDSKCitationDownload *)download error:(NSError 
**)outError {
     NSArray *items = [super itemsFromDownload:download error:outError];
     
-    BibItem *item = [items firstObject];
-    
     [[items firstObject] addURLString:[download contextInfo]];
     
     return items;

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