mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Remove unused variables (#22097)
Summary: Fix unused variable ESLint warnings. Pull Request resolved: https://github.com/facebook/react-native/pull/22097 Differential Revision: D12919249 Pulled By: TheSavior fbshipit-source-id: f680fa7277c58cf685e70dfb911753a30fe01c1d
This commit is contained in:
committed by
Facebook Github Bot
parent
01b7c48852
commit
6ebee18d13
@@ -10,16 +10,6 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
type DevToolsPluginConnection = {
|
||||
isAppActive: () => boolean,
|
||||
host: string,
|
||||
port: number,
|
||||
};
|
||||
|
||||
type DevToolsPlugin = {
|
||||
connectToDevTools: (connection: DevToolsPluginConnection) => void,
|
||||
};
|
||||
|
||||
let register = function() {
|
||||
// noop
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user