Index: runtime/vm/scopes.h |
=================================================================== |
--- runtime/vm/scopes.h (revision 23243) |
+++ runtime/vm/scopes.h (working copy) |
@@ -63,8 +63,6 @@ |
// Assign an index to a local. |
void set_index(int index) { |
- ASSERT(!HasIndex()); |
hausner
2013/05/28 17:00:47
Why are you removing these asserts? Does your chan
Florian Schneider
2013/05/30 09:29:31
I'm setting the index of the new dynamically alloc
|
- ASSERT(index != kUnitializedIndex); |
index_ = index; |
} |