mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 22:41:56 +08:00
Remove apparently unused _runBlock: method
Reviewed By: nicklockwood Differential Revision: D3088409 fb-gh-sync-id: 279ce18f2a336819dbdc54087b1b7e203fbecac2 shipit-source-id: 279ce18f2a336819dbdc54087b1b7e203fbecac2
This commit is contained in:
committed by
Facebook Github Bot 4
parent
a16771c5dc
commit
e28bfdd61a
@@ -594,11 +594,6 @@ static void RCTInstallJSCProfiler(RCTBridge *bridge, JSContextRef context)
|
||||
waitUntilDone:NO];
|
||||
}
|
||||
|
||||
- (void)_runBlock:(dispatch_block_t)block
|
||||
{
|
||||
block();
|
||||
}
|
||||
|
||||
- (void)injectJSONText:(NSString *)script
|
||||
asGlobalObjectNamed:(NSString *)objectName
|
||||
callback:(RCTJavaScriptCompleteBlock)onComplete
|
||||
|
||||
Reference in New Issue
Block a user