Revision: 29721
http://sourceforge.net/p/bibdesk/svn/29721
Author: hofman
Date: 2025-10-13 15:42:41 +0000 (Mon, 13 Oct 2025)
Log Message:
-----------
remove unused import and ivar
Modified Paths:
--------------
trunk/bibdesk/BDSKSharingServer.m
Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m 2025-10-13 15:34:30 UTC (rev 29720)
+++ trunk/bibdesk/BDSKSharingServer.m 2025-10-13 15:42:41 UTC (rev 29721)
@@ -48,7 +48,6 @@
#import "BibItem.h"
#import "BibDocument.h"
#import "BDSKAsyncObject.h"
-#import "BDSKReadWriteLock.h"
#import "BDSKPublicationsArray.h"
#import "BDSKMacroResolver.h"
#import "NSObject_BDSKExtensions.h"
@@ -132,7 +131,6 @@
NSConnection *connection;
NSMutableArray *connectedClients;
NSMutableDictionary *registeredClients;
- BDSKReadWriteLock *rwLock;
}
#pragma clang diagnostic pop
@@ -575,7 +573,6 @@
tryCount = aTryCount;
connectedClients = [[NSMutableArray alloc] init];
registeredClients = [[NSMutableDictionary alloc] init];
- rwLock = [[BDSKReadWriteLock alloc] init];
[self start];
}
return 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