Index: runtime/lib/integers.dart |
diff --git a/runtime/lib/integers.dart b/runtime/lib/integers.dart |
index a28491ce48b596820a4fadb60f3cf56abdcb2ff1..a103f23872837cd41f31e826acc10c6a75a835e6 100644 |
--- a/runtime/lib/integers.dart |
+++ b/runtime/lib/integers.dart |
@@ -263,8 +263,6 @@ abstract class _IntegerImplementation { |
return string; |
} |
- _leftShiftWithMask32(count, mask) native "Integer_leftShiftWithMask32"; |
- |
// Returns pow(this, e) % m. |
int modPow(int e, int m) { |
if (e is! int) { |