Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index cdd8b38e35b7ab18afb69f32d335db9885276804..b0d511d58bbca7ef0864c41b1060c76fb21ed77c 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -2732,7 +2732,6 @@ class Function : public Object { |
} |
bool was_compiled() const { return raw_ptr()->was_compiled_ == 1; } |
- |
// static: Considered during class-side or top-level resolution rather than |
// instance-side resolution. |
// const: Valid target of a const constructor call. |