Revision: 29702
http://sourceforge.net/p/bibdesk/svn/29702
Author: hofman
Date: 2025-10-10 18:24:15 +0000 (Fri, 10 Oct 2025)
Log Message:
-----------
no need for local variable
Modified Paths:
--------------
trunk/bibdesk/BDSKSharingServer.m
Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m 2025-10-10 18:16:52 UTC (rev 29701)
+++ trunk/bibdesk/BDSKSharingServer.m 2025-10-10 18:24:15 UTC (rev 29702)
@@ -649,7 +649,6 @@
- (void)didSetup
{
// setup our DO server that will handle requests for publications and
passwords
- BOOL success = YES;
int port = 0;
@try {
#pragma clang diagnostic push
@@ -680,7 +679,6 @@
}
@catch(id exception) {
NSLog(@"%@", exception);
- success = NO;
// the callback from the delegate should stop the async server, and
may try again with a different name
dispatch_async(dispatch_get_main_queue(), ^{
[sharingServer asyncServerDidFailToSetup:self];
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