Skip to content

Commit

Permalink
Remove unused RCTRenderingPerf
Browse files Browse the repository at this point in the history
Reviewed By: josephsavona

Differential Revision: D5292898

fbshipit-source-id: 33605c994c3457134556acc328542611a2247d27
  • Loading branch information
javache authored and facebook-github-bot committed Jun 22, 2017
1 parent 09ba07e commit 94d9f00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
4 changes: 0 additions & 4 deletions Libraries/Core/InitializeCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ if (__DEV__) {

require('RCTDebugComponentOwnership');

// In order to use Cmd+P to record/dump perf data, we need to make sure
// this module is available in the bundle
require('RCTRenderingPerf');

// Set up inspector
const JSInspector = require('JSInspector');
JSInspector.registerAgent(require('NetworkAgent'));
Expand Down
61 changes: 0 additions & 61 deletions Libraries/Performance/RCTRenderingPerf.js

This file was deleted.

0 comments on commit 94d9f00

Please sign in to comment.