Revision: 23987
          http://sourceforge.net/p/bibdesk/svn/23987
Author:   hofman
Date:     2019-07-10 09:04:45 +0000 (Wed, 10 Jul 2019)
Log Message:
-----------
remove unused variable

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

Modified: trunk/bibdesk/BDSKDownloaderDeprecated.m
===================================================================
--- trunk/bibdesk/BDSKDownloaderDeprecated.m    2019-07-10 06:30:31 UTC (rev 
23986)
+++ trunk/bibdesk/BDSKDownloaderDeprecated.m    2019-07-10 09:04:45 UTC (rev 
23987)
@@ -76,7 +76,6 @@
 
 - (void)download:(NSURLDownload *)task 
didReceiveAuthenticationChallenge:(nonnull NSURLAuthenticationChallenge 
*)challenge {
     BDSKDownload *download = [[[self downloadForTask:task] retain] 
autorelease];
-    id<BDSKDownloaderDelegate> delegate = [download delegate];
     
     [self download:download didReceiveChallenge:challenge 
completionHandler:^(BDSKDownloaderAuthChallengeDisposition disposition, 
NSURLCredential *credential){
         id <NSURLAuthenticationChallengeSender> sender = [challenge sender];

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