| Index: runtime/lib/internal_patch.dart
|
| diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
|
| index 24f31de1c26aca2574477fee62c2ae33a909305b..d19430feade0b2fddd3dae8b2e611cb303a7c7e9 100644
|
| --- a/runtime/lib/internal_patch.dart
|
| +++ b/runtime/lib/internal_patch.dart
|
| @@ -32,10 +32,6 @@ class VMLibraryHooks {
|
| static var platformScript;
|
| }
|
|
|
| -@patch class CodeUnits {
|
| - static final int cid = ClassID.getID(new CodeUnits(""));
|
| -}
|
| -
|
| final bool is64Bit = _inquireIs64Bit();
|
|
|
| bool _inquireIs64Bit() native "Internal_inquireIs64Bit";
|
|
|