Remove redundant xcodeCommandLineToolsDetected

Summary: This is public but never read, no need for it to exist

Reviewed By: passy

Differential Revision: D33893097

fbshipit-source-id: aa423464f9cc0c35768a549fd5cb481784d8bcd6
This commit is contained in:
Lawrence Lomax
2022-02-01 00:43:24 -08:00
committed by Facebook GitHub Bot
parent 9cbdc3038f
commit a9b9a1bff4

View File

@@ -36,7 +36,6 @@ export class IOSDeviceManager {
'PortForwardingMacApp',
);
simctlBridge: SimctlBridge = new SimctlBridge();
public xcodeCommandLineToolsDetected = false;
constructor(private flipperServer: FlipperServerImpl) {}
@@ -132,7 +131,6 @@ export class IOSDeviceManager {
this.idbConfig = setIdbConfig(settings);
try {
const isDetected = await iosUtil.isXcodeDetected();
this.xcodeCommandLineToolsDetected = isDetected;
if (settings.enablePhysicalIOS) {
this.startDevicePortForwarders();
}