Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Unified Diff: runtime/vm/parser.h

Issue 302383002: VM: Use a fake parsed function when parsing metadata. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698