Eliminate unused libimobiledevice tool refs (#10778)

This commit is contained in:
Chris Bracken
2017-06-16 10:42:07 -07:00
committed by GitHub
parent bcac3166ab
commit 73df49a0d9

View File

@@ -43,7 +43,6 @@ class IOSDevice extends Device {
IOSDevice(String id, { this.name }) : super(id) {
_installerPath = _checkForCommand('ideviceinstaller');
_iproxyPath = _checkForCommand('iproxy');
_debuggerPath = _checkForCommand('idevicedebug');
_loggerPath = _checkForCommand('idevicesyslog');
_screenshotPath = _checkForCommand('idevicescreenshot');
_pusherPath = _checkForCommand(
@@ -60,9 +59,6 @@ class IOSDevice extends Device {
String _iproxyPath;
String get iproxyPath => _iproxyPath;
String _debuggerPath;
String get debuggerPath => _debuggerPath;
String _loggerPath;
String get loggerPath => _loggerPath;