Skip to content

Commit

Permalink
Cleanup dead code (flutter#7409)
Browse files Browse the repository at this point in the history
* Remove unused files
  • Loading branch information
dnfield authored Jan 8, 2019
1 parent e5ec3cf commit 937ee8b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 41 deletions.
2 changes: 0 additions & 2 deletions ci/licenses_golden/licenses_flutter
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,7 @@ FILE: ../../../flutter/fml/unique_object.h
FILE: ../../../flutter/lib/io/dart_io.cc
FILE: ../../../flutter/lib/io/dart_io.h
FILE: ../../../flutter/lib/snapshot/libraries.json
FILE: ../../../flutter/lib/snapshot/snapshot.dart
FILE: ../../../flutter/lib/snapshot/snapshot.h
FILE: ../../../flutter/lib/snapshot/snapshot_fuchsia.dart
FILE: ../../../flutter/lib/ui/compositing.dart
FILE: ../../../flutter/lib/ui/compositing/scene.cc
FILE: ../../../flutter/lib/ui/compositing/scene.h
Expand Down
14 changes: 0 additions & 14 deletions lib/snapshot/snapshot.dart

This file was deleted.

17 changes: 0 additions & 17 deletions lib/snapshot/snapshot_fuchsia.dart

This file was deleted.

8 changes: 0 additions & 8 deletions lib/ui/natives.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,3 @@ int _isolateId;
Function _getPrintClosure() => _print;
@pragma('vm:entry-point')
Function _getScheduleMicrotaskClosure() => _scheduleMicrotask;

// Though the "main" symbol is not included in any of the libraries imported
// above, the builtin library will be included manually during VM setup. This
// symbol is only necessary for precompilation. It is marked as a stanalone
// entry point into the VM. This prevents the precompiler from tree shaking
// away "main".
@pragma('vm:entry-point')
Function _getMainClosure() => main;

0 comments on commit 937ee8b

Please sign in to comment.