Skip to content

Commit

Permalink
Remove unused native function dumpCopmpilationTrace(). (flutter#7276)
Browse files Browse the repository at this point in the history
Framework has stopped using it as of flutter/flutter#25594.
  • Loading branch information
sbaranov authored Dec 21, 2018
1 parent eaffc46 commit ead76a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ui/natives.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ List<int> saveCompilationTrace() {
return result;
}

// TODO(sbaranov): This function will go away in subsequent PR, once the framework has caught up.
@Deprecated('Use saveCompilationTrace() instead.')
List<int> dumpCompilationTrace() => saveCompilationTrace();

dynamic _saveCompilationTrace() native 'SaveCompilationTrace';

void _scheduleMicrotask(void callback()) native 'ScheduleMicrotask';
Expand Down

0 comments on commit ead76a4

Please sign in to comment.