Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index df3010181e7f462935c2f650dbba08b3e1531699..5dcd6c766108f23acb76bba33ff736a9a1aa0812 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5201,7 +5201,6 @@ Address Code::constant_pool() { |
Code::Flags Code::ComputeFlags(Kind kind, ExtraICState extra_ic_state, |
CacheHolderFlag holder) { |
- // TODO(ishell): remove ICStateField. |
// Compute the bit mask. |
unsigned int bits = KindField::encode(kind) | |
ExtraICStateField::encode(extra_ic_state) | |