Skip to content

Commit

Permalink
Remove deprecated commands (flutter#31759)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Apr 30, 2019
1 parent fb87619 commit 48936d9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 260 deletions.
4 changes: 0 additions & 4 deletions packages/flutter_tools/lib/executable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ import 'src/commands/precache.dart';
import 'src/commands/run.dart';
import 'src/commands/screenshot.dart';
import 'src/commands/shell_completion.dart';
import 'src/commands/stop.dart';
import 'src/commands/test.dart';
import 'src/commands/trace.dart';
import 'src/commands/train.dart';
import 'src/commands/update_packages.dart';
import 'src/commands/upgrade.dart';
Expand Down Expand Up @@ -82,9 +80,7 @@ Future<void> main(List<String> args) async {
RunCommand(verboseHelp: verboseHelp),
ScreenshotCommand(),
ShellCompletionCommand(),
StopCommand(),
TestCommand(verboseHelp: verboseHelp),
TraceCommand(),
TrainingCommand(),
UpdatePackagesCommand(hidden: !verboseHelp),
UpgradeCommand(),
Expand Down
2 changes: 0 additions & 2 deletions packages/flutter_tools/lib/src/commands/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'build_aot.dart';
import 'build_apk.dart';
import 'build_appbundle.dart';
import 'build_bundle.dart';
import 'build_flx.dart';
import 'build_ios.dart';
import 'build_web.dart';

Expand All @@ -23,7 +22,6 @@ class BuildCommand extends FlutterCommand {
addSubcommand(BuildAppBundleCommand(verboseHelp: verboseHelp));
addSubcommand(BuildAotCommand());
addSubcommand(BuildIOSCommand());
addSubcommand(BuildFlxCommand());
addSubcommand(BuildBundleCommand(verboseHelp: verboseHelp));
addSubcommand(BuildWebCommand());
addSubcommand(BuildMacosCommand());
Expand Down
28 changes: 0 additions & 28 deletions packages/flutter_tools/lib/src/commands/build_flx.dart

This file was deleted.

49 changes: 0 additions & 49 deletions packages/flutter_tools/lib/src/commands/stop.dart

This file was deleted.

112 changes: 0 additions & 112 deletions packages/flutter_tools/lib/src/commands/trace.dart

This file was deleted.

40 changes: 0 additions & 40 deletions packages/flutter_tools/test/stop_test.dart

This file was deleted.

25 changes: 0 additions & 25 deletions packages/flutter_tools/test/trace_test.dart

This file was deleted.

0 comments on commit 48936d9

Please sign in to comment.