Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnvc committed Nov 2, 2018
1 parent eca6e73 commit def06de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ios/CDVServiceWorker.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

@interface CDVServiceWorker ()

@property (nonatomic,strong) NSOperationQueue *queue;
@property (nonatomic,strong) dispatch_semaphore_t workerReadySemaphore;
@property (nonatomic,strong) NSString *scriptUrl;
@property (nonatomic,strong) NSString *scope;
Expand All @@ -15,7 +14,6 @@ - (void)pluginInitialize
{
NSLog(@"Initing service worker plugin");
self.workerReadySemaphore = dispatch_semaphore_create(0);
self.queue = [[NSOperationQueue alloc] init];
[self prepareJavascriptContext];
}

Expand Down

0 comments on commit def06de

Please sign in to comment.