Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index dd8ff93e1b815696a6807b66a15e35acae069840..a692eece307feeb7d9be899d57c1457c73a2148c 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1501,8 +1501,7 @@ class RawICData : public RawObject { |
return NULL; |
} |
int32_t deopt_id_; // Deoptimization id corresponding to this IC. |
- uint32_t state_bits_; // Number of arguments tested in IC, deopt reasons, |
- // range feedback. |
+ uint32_t state_bits_; // Number of arguments tested in IC, deopt reasons. |
#if defined(TAG_IC_DATA) |
intptr_t tag_; // Debugging, verifying that the icdata is assigned to the |
// same instruction again. Store -1 or Instruction::Tag. |