From c8c67b79c36713bc28d81ba1dfe774c3b801482b Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Fri, 15 Feb 2019 11:59:23 -0800 Subject: [PATCH] remove accidentally commited libs (#28011) --- packages/flutter/lib/src/foundation/unsupported.dart | 7 ------- packages/flutter/lib/src/foundation/unsupported_web.dart | 7 ------- 2 files changed, 14 deletions(-) delete mode 100644 packages/flutter/lib/src/foundation/unsupported.dart delete mode 100644 packages/flutter/lib/src/foundation/unsupported_web.dart diff --git a/packages/flutter/lib/src/foundation/unsupported.dart b/packages/flutter/lib/src/foundation/unsupported.dart deleted file mode 100644 index 7ad4207f1e5..00000000000 --- a/packages/flutter/lib/src/foundation/unsupported.dart +++ /dev/null @@ -1,7 +0,0 @@ -/// The largest SMI value. -/// -/// See -/// -/// When compiling to JavaScript, this value is not supported since it is -/// larger than the maximum safe 32bit integer. -const int kMaxUnsignedSMI = 0x3FFFFFFFFFFFFFFF; \ No newline at end of file diff --git a/packages/flutter/lib/src/foundation/unsupported_web.dart b/packages/flutter/lib/src/foundation/unsupported_web.dart deleted file mode 100644 index 8a231004847..00000000000 --- a/packages/flutter/lib/src/foundation/unsupported_web.dart +++ /dev/null @@ -1,7 +0,0 @@ -/// The largest SMI value. -/// -/// See -/// -/// When compiling to JavaScript, this value is not supported since it is -/// larger than the maximum safe 32bit integer. -const int kMaxUnsignedSMI = 0; \ No newline at end of file