Index: runtime/vm/parser.h |
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
index 64d83d733f23b63737c825662b4e922e52706427..f187032f9cb65f4055bc9f2bb3a6ae7c8601675e 100644 |
--- a/runtime/vm/parser.h |
+++ b/runtime/vm/parser.h |
@@ -693,11 +693,6 @@ class Parser : public ValueObject { |
// global variables. |
bool is_top_level_; |
- // True when evaluating metadata. Used to make decisions otherwise based on |
- // the current_function(). |
- void set_parsing_metadata(bool value) { parsing_metadata_ = value; } |
- bool parsing_metadata_; |
- |
// The member currently being parsed during "top level" parsing. |
MemberDesc* current_member_; |