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

Unified Diff: runtime/vm/version_in.cc

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/version.h ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/version_in.cc
diff --git a/runtime/vm/version_in.cc b/runtime/vm/version_in.cc
index 1857ce9b40cb232df17c37b7c4119c3d5b9ed0a8..d19631078e11f4283de2842c6c7e91e1b5bb44f3 100644
--- a/runtime/vm/version_in.cc
+++ b/runtime/vm/version_in.cc
@@ -26,13 +26,7 @@ const char* Version::SnapshotString() {
return snapshot_hash_;
}
-
-const char* Version::CommitString() {
- return commit_;
-}
-
const char* Version::snapshot_hash_ = "{{SNAPSHOT_HASH}}";
const char* Version::str_ = "{{VERSION_STR}} ({{BUILD_TIME}})";
-const char* Version::commit_ = "{{VERSION_STR}}";
} // namespace dart
« no previous file with comments | « runtime/vm/version.h ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698