Remove TODO

I can't come up with a better name; anything with Simulator or Device in it will be confused with the existing IOSSimulator/Device classes (which represent the running devices).
This commit is contained in:
Danny Tuppeny
2018-05-03 16:46:50 +01:00
committed by Danny Tuppeny
parent a43dfe2000
commit 3bb6b5e660

View File

@@ -11,8 +11,6 @@ import '../emulator.dart';
import '../globals.dart';
import 'ios_workflow.dart';
// TODO(dantup): Is there a better name for this? We already have IOSSimulator classes
// that represent *running* simulators, but this is about "unlaunched images"...
class IOSEmulators extends EmulatorDiscovery {
@override
bool get supportsPlatform => platform.isMacOS;