Unverified Commit c058c6a6 authored by Devon Carew's avatar Devon Carew Committed by GitHub

revert an older workaround for a pub/vm failure (#16749)

parent 48ab8648
......@@ -4,14 +4,6 @@
import 'package:flutter_tools/executable.dart' as executable;
// Temporary workaround for https://github.com/flutter/flutter/issues/9727
bool get initializeLibNotify {
final DateTime date = new DateTime.now();
return date.month == 1;
}
void main(List<String> args) {
// ignore: UNUSED_LOCAL_VARIABLE
final bool x = initializeLibNotify;
executable.main(args);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment