Skip to content

Commit

Permalink
Remove JSDeltaBundleClient
Browse files Browse the repository at this point in the history
Summary:
This was an experiment that never shipped. In the meantime we built Fast Refresh which obviates the need to complicate how we load and store bundles on device.

Changelog: [Internal]

Reviewed By: motiz88

Differential Revision: D22330994

fbshipit-source-id: 5a623b2611dd2622f17dd83ed35ef05c3100e40d
  • Loading branch information
cpojer authored and facebook-github-bot committed Jul 2, 2020
1 parent e559aee commit e881b24
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 287 deletions.
2 changes: 1 addition & 1 deletion RNTester/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,6 @@ SPEC CHECKSUMS:
Yoga: f7fa200d8c49f97b54c9421079e781fb900b5cae
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 5f0be4be03d6934478b9dd621bfbab4383b8c85d
PODFILE CHECKSUM: ef7626b12bd0cbe95ba1b7a1f3dc7e2d562ab9d2

COCOAPODS: 1.8.4
1 change: 0 additions & 1 deletion ReactCommon/cxxreact/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ CXXREACT_PUBLIC_HEADERS = [
"ErrorUtils.h",
"Instance.h",
"JSBundleType.h",
"JSDeltaBundleClient.h",
"JSExecutor.h",
"JSIndexedRAMBundle.h",
"JSModulesUnbundle.h",
Expand Down
100 changes: 0 additions & 100 deletions ReactCommon/cxxreact/JSDeltaBundleClient.cpp

This file was deleted.

51 changes: 0 additions & 51 deletions ReactCommon/cxxreact/JSDeltaBundleClient.h

This file was deleted.

1 change: 0 additions & 1 deletion ReactCommon/cxxreact/tests/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ load(

TEST_SRCS = [
"RecoverableErrorTest.cpp",
"JSDeltaBundleClientTest.cpp",
"jsarg_helpers.cpp",
"jsbigstring.cpp",
"methodcall.cpp",
Expand Down
133 changes: 0 additions & 133 deletions ReactCommon/cxxreact/tests/JSDeltaBundleClientTest.cpp

This file was deleted.

0 comments on commit e881b24

Please sign in to comment.