Skip to content

Commit

Permalink
Delete UIManagerStatTracker
Browse files Browse the repository at this point in the history
Summary: This code was added in D2442406 in Sep 2015. We have other ways to track the calls to these methods these days. I'm not even sure if this works anymore and it isn't called anywhere.

Reviewed By: JoshuaGross

Differential Revision: D16833299

fbshipit-source-id: cad70c06b149ed424122a9a464564835e7a877e5
  • Loading branch information
TheSavior authored and facebook-github-bot committed Aug 19, 2019
1 parent bb272ba commit 84f148b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 66 deletions.
7 changes: 3 additions & 4 deletions Libraries/ReactNative/UIManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ import type {Spec} from './NativeUIManager';

interface UIManagerJSInterface extends Spec {
+getViewManagerConfig: (viewManagerName: string) => Object;
// The following are not marked read-only due to logic in UIManagerStatTracker.
createView: (
+createView: (
reactTag: ?number,
viewName: string,
rootTag: number,
props: Object,
) => void;
updateView: (reactTag: number, viewName: string, props: Object) => void;
manageChildren: (
+updateView: (reactTag: number, viewName: string, props: Object) => void;
+manageChildren: (
containerTag: ?number,
moveFromIndices: Array<number>,
moveToIndices: Array<number>,
Expand Down
62 changes: 0 additions & 62 deletions Libraries/ReactNative/UIManagerStatTracker.js

This file was deleted.

0 comments on commit 84f148b

Please sign in to comment.