Revision: 28139
          http://sourceforge.net/p/bibdesk/svn/28139
Author:   hofman
Date:     2022-12-20 10:19:27 +0000 (Tue, 20 Dec 2022)
Log Message:
-----------
remove unused variables

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

Modified: trunk/bibdesk/BDSKIACRParser.m
===================================================================
--- trunk/bibdesk/BDSKIACRParser.m      2022-12-20 07:30:26 UTC (rev 28138)
+++ trunk/bibdesk/BDSKIACRParser.m      2022-12-20 10:19:27 UTC (rev 28139)
@@ -98,15 +98,10 @@
     } else {
         // search results or articles of previous days
         
-        NSString *paperNodeXPath = @"./body//a[@class='paperlink']";
         NSArray *paperNodes = [rootElement nodesForXPath:[[self class] 
citationNodeXPath]];
         
         for (DOMNode *paperNode in paperNodes) {
             NSString *path = [paperNode stringValueOfAttribute:@"href"];
-            yrnMatch = [yrnRegex findInString:path];
-            NSString *year = [yrnMatch groupAtIndex:1];
-            NSString *reportNum = [yrnMatch groupAtIndex:2];
-            
             NSURL *bibtexURL = [[NSURL URLWithString:path relativeToURL:url] 
absoluteURL];
             NSURLRequest *request = [NSURLRequest requestWithURL:bibtexURL];
             NSDictionary *contextInfo = [NSDictionary 
dictionaryWithObjectsAndKeys:[bibtexURL absoluteString], @"baseURLString", nil];

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