Chromium Code Reviews| Index: sdk/lib/core/int.dart |
| =================================================================== |
| --- sdk/lib/core/int.dart (revision 42825) |
| +++ sdk/lib/core/int.dart (working copy) |
| @@ -103,9 +103,6 @@ |
| */ |
| int operator >>(int shiftAmount); |
| - /** Returns this integer to the power of [exponent] modulo [modulus]. */ |
| - int modPow(int exponent, int modulus); |
| - |
| /** Returns true if and only if this integer is even. */ |
| bool get isEven; |