Skip to content

Commit

Permalink
Remove apparently unused _runBlock: method
Browse files Browse the repository at this point in the history
Reviewed By: nicklockwood

Differential Revision: D3088409

fb-gh-sync-id: 279ce18f2a336819dbdc54087b1b7e203fbecac2
shipit-source-id: 279ce18f2a336819dbdc54087b1b7e203fbecac2
  • Loading branch information
adamjernst authored and Facebook Github Bot 4 committed Mar 24, 2016
1 parent a16771c commit e28bfdd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions React/Executors/RCTJSCExecutor.m
Original file line number Diff line number Diff line change
Expand Up @@ -594,11 +594,6 @@ - (void)executeAsyncBlockOnJavaScriptQueue:(dispatch_block_t)block
waitUntilDone:NO];
}

- (void)_runBlock:(dispatch_block_t)block
{
block();
}

- (void)injectJSONText:(NSString *)script
asGlobalObjectNamed:(NSString *)objectName
callback:(RCTJavaScriptCompleteBlock)onComplete
Expand Down

0 comments on commit e28bfdd

Please sign in to comment.