Index: runtime/lib/object_patch.dart |
diff --git a/runtime/lib/object_patch.dart b/runtime/lib/object_patch.dart |
index b61b6a6a5089e23bc072c56b84b664a48eae4456..7c4f5f54f629029e3f120ac9cbc7f0eb33071990 100644 |
--- a/runtime/lib/object_patch.dart |
+++ b/runtime/lib/object_patch.dart |
@@ -73,8 +73,4 @@ patch class Object { |
}); |
return result; |
} |
- |
- _leftShiftWithMask32(count, mask) { |
- return (this << count) & mask; |
- } |
} |