From 616d398c05c2c3bcca7587d352a16e6690fad8ba Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Fri, 9 Jun 2017 11:07:58 +0100 Subject: [PATCH] remove alder32.js --- scripts/rollup/shims/facebook-www/adler32.js | 18 ------------------ src/fb/ReactDOMFiberFBEntry.js | 1 - 2 files changed, 19 deletions(-) delete mode 100644 scripts/rollup/shims/facebook-www/adler32.js diff --git a/scripts/rollup/shims/facebook-www/adler32.js b/scripts/rollup/shims/facebook-www/adler32.js deleted file mode 100644 index e0db6a55621c..000000000000 --- a/scripts/rollup/shims/facebook-www/adler32.js +++ /dev/null @@ -1,18 +0,0 @@ -/** - * Copyright 2013-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. - * - * @providesModule adler32 - */ - -'use strict'; - -const { - __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, -} = require('ReactDOM-fb'); - -module.exports = __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.adler32; diff --git a/src/fb/ReactDOMFiberFBEntry.js b/src/fb/ReactDOMFiberFBEntry.js index b665d862f8d9..f2c00ed5c43f 100644 --- a/src/fb/ReactDOMFiberFBEntry.js +++ b/src/fb/ReactDOMFiberFBEntry.js @@ -15,7 +15,6 @@ Object.assign( ReactDOMFiber.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, { // These should be easy to copy into react_contrib and remove from here: - adler32: require('adler32'), getVendorPrefixedEventName: require('getVendorPrefixedEventName'), getEventCharCode: require('getEventCharCode'), getEventKey: require('getEventKey'),