From 3bb6b5e66001dbde75cebeba183b12b916cda83a Mon Sep 17 00:00:00 2001 From: Danny Tuppeny Date: Thu, 3 May 2018 16:46:50 +0100 Subject: [PATCH] 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). --- packages/flutter_tools/lib/src/ios/ios_emulators.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/flutter_tools/lib/src/ios/ios_emulators.dart b/packages/flutter_tools/lib/src/ios/ios_emulators.dart index 994b47a63b..c860bc93b7 100644 --- a/packages/flutter_tools/lib/src/ios/ios_emulators.dart +++ b/packages/flutter_tools/lib/src/ios/ios_emulators.dart @@ -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;