mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/perftest/PerfTestConfig.java (#47440)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47440 Removing file as it does not seem to be used Changelog: [Internal] Reviewed By: cortinico Differential Revision: D65457514 fbshipit-source-id: 39efa12176fe65a491fa4285099134f2bf753159
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c53d3e1901
commit
e6090df7dc
-16
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
package com.facebook.perftest;
|
||||
|
||||
/** PerfTestConfig stub. */
|
||||
public class PerfTestConfig {
|
||||
|
||||
public boolean isRunningInPerfTest() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user