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

Unified Diff: runtime/vm/version.h

Issue 2579413002: Revert "Save and restore feedback from JIT." (Closed)
Patch Set: Created 4 years 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 | « runtime/vm/thread.cc ('k') | runtime/vm/version_in.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/version.h
diff --git a/runtime/vm/version.h b/runtime/vm/version.h
index 5f08dd332d75d33b03765af103275309a752bb23..2acf205e5c482c2d86b217427bb7380503cd7c79 100644
--- a/runtime/vm/version.h
+++ b/runtime/vm/version.h
@@ -13,12 +13,10 @@ class Version : public AllStatic {
public:
static const char* String();
static const char* SnapshotString();
- static const char* CommitString();
private:
static const char* str_;
static const char* snapshot_hash_;
- static const char* commit_;
};
} // namespace dart
« no previous file with comments | « runtime/vm/thread.cc ('k') | runtime/vm/version_in.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698