remove unused suppressions in xplat

Summary:
Removes unused suppressions before deploying 0.91. See D13708161 for more context on why these couldn't be removed before.

I will follow up with 2 more diffs:
1. A diff that bumps the flow version in xplat and removes unused suppressions
2. A diff that adds new suppressions for 0.91

Reviewed By: samwgoldman

Differential Revision: D13720219

fbshipit-source-id: b07dd163962fed7ff27ce3e0a4a73a71c51965d9
This commit is contained in:
Jordan Brown
2019-01-18 06:41:25 -08:00
committed by Facebook Github Bot
parent a828db6911
commit 2191c9ed58
4 changed files with 0 additions and 8 deletions

View File

@@ -761,7 +761,6 @@ class ScrollView extends React.Component<Props, State> {
}
_getKeyForIndex(index, childArray) {
// $FlowFixMe Invalid prop usage
const child = childArray[index];
return child && child.key;
}