Remove legacy bytecode handling

Summary:
Changelog: [Internal]

A long time ago we experimented with JSC bytecode. We are not experimenting with JSC bytecode any more. This code can be removed.

Reviewed By: mhorowitz

Differential Revision: D22017374

fbshipit-source-id: 6fe3fb7ad7966f92a5cd103605ac5c0bd1f17a8e
This commit is contained in:
Christoph Nakazawa
2020-06-16 02:12:09 -07:00
committed by Facebook GitHub Bot
parent b69041f086
commit 56689e9e28
4 changed files with 1 additions and 35 deletions
-1
View File
@@ -92,7 +92,6 @@ typedef void (^RCTSourceLoadBlock)(NSError *error, RCTSource *source);
* RCTJavaScriptLoaderErrorDomain and the code RCTJavaScriptLoaderErrorCannotBeLoadedSynchronously.
*/
+ (NSData *)attemptSynchronousLoadOfBundleAtURL:(NSURL *)scriptURL
runtimeBCVersion:(int32_t)runtimeBCVersion
sourceLength:(int64_t *)sourceLength
error:(NSError **)error;