mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
remove accidentally commited libs (#28011)
This commit is contained in:
parent
07fdfb70d3
commit
c8c67b79c3
@ -1,7 +0,0 @@
|
||||
/// The largest SMI value.
|
||||
///
|
||||
/// See <https://www.dartlang.org/articles/numeric-computation/#smis-and-mints>
|
||||
///
|
||||
/// When compiling to JavaScript, this value is not supported since it is
|
||||
/// larger than the maximum safe 32bit integer.
|
||||
const int kMaxUnsignedSMI = 0x3FFFFFFFFFFFFFFF;
|
@ -1,7 +0,0 @@
|
||||
/// The largest SMI value.
|
||||
///
|
||||
/// See <https://www.dartlang.org/articles/numeric-computation/#smis-and-mints>
|
||||
///
|
||||
/// When compiling to JavaScript, this value is not supported since it is
|
||||
/// larger than the maximum safe 32bit integer.
|
||||
const int kMaxUnsignedSMI = 0;
|
Loading…
Reference in New Issue
Block a user