Removed PooledClass (and tests) (#11053)

This commit is contained in:
Brian Vaughn
2017-10-02 16:54:40 -07:00
committed by GitHub
parent ad1709a394
commit 07b1da8964
3 changed files with 0 additions and 240 deletions

View File

@@ -24,8 +24,6 @@ const facebookWWWSrcDependencies = [
// these files need to be copied to the react-native build
const reactNativeSrcDependencies = [
// TODO: copy this to RN repository and delete from React
'src/renderers/native/PooledClass.js',
'src/renderers/shared/fiber/isomorphic/ReactTypes.js',
'src/renderers/native/ReactNativeTypes.js',
];