Revision: 22529
http://sourceforge.net/p/bibdesk/svn/22529
Author: hofman
Date: 2018-08-26 11:58:40 +0000 (Sun, 26 Aug 2018)
Log Message:
-----------
Remove unused local variables
Modified Paths:
--------------
trunk/bibdesk/BDSKDOIWebParser.m
trunk/bibdesk/BDSKIACRParser.m
Modified: trunk/bibdesk/BDSKDOIWebParser.m
===================================================================
--- trunk/bibdesk/BDSKDOIWebParser.m 2018-08-26 11:37:18 UTC (rev 22528)
+++ trunk/bibdesk/BDSKDOIWebParser.m 2018-08-26 11:58:40 UTC (rev 22529)
@@ -49,7 +49,6 @@
+ (BOOL)canParseDocument:(DOMDocument *)domDocument fromURL:(NSURL *)url {
DOMNode *rootElement = [domDocument documentElement];
- NSArray *nodes;
if (nil != [rootElement singleNodeForXPath:headMetaDoiXPath])
return YES;
@@ -67,7 +66,6 @@
NSMutableArray *dois = [NSMutableArray array];
NSURL *baseURL = [NSURL URLWithString:@"https://doi.org/"];
DOMNode *rootElement = [[self domDocument] documentElement];
- NSString *doiXPath;
NSArray *nodes = nil;
DOMNode *node;
Modified: trunk/bibdesk/BDSKIACRParser.m
===================================================================
--- trunk/bibdesk/BDSKIACRParser.m 2018-08-26 11:37:18 UTC (rev 22528)
+++ trunk/bibdesk/BDSKIACRParser.m 2018-08-26 11:58:40 UTC (rev 22529)
@@ -102,7 +102,6 @@
NSMutableDictionary *pubFields = [NSMutableDictionary
dictionary];
NSArray *filesArray = nil;
NSString *pathToSearch = nil;
- NSArray *nodes;
DOMNode *node;
NSString *string;
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