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

Unified Diff: runtime/bin/common.cc

Issue 17406010: Move getters from Options to Platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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
Index: runtime/bin/common.cc
diff --git a/runtime/bin/common.cc b/runtime/bin/common.cc
index fd6386e8b1cccbf64e71d06f284fd2dcf660a4b2..ce9a9ef34ef669376dd6074096a511d659655a1a 100644
--- a/runtime/bin/common.cc
+++ b/runtime/bin/common.cc
@@ -58,12 +58,5 @@ void FUNCTION_NAME(Common_IsBuiltinList)(Dart_NativeArguments args) {
Dart_ExitScope();
}
-
-void FUNCTION_NAME(Common_GetVersion)(Dart_NativeArguments args) {
- Dart_EnterScope();
- Dart_SetReturnValue(args, Dart_NewStringFromCString(Dart_VersionString()));
- Dart_ExitScope();
-}
-
} // namespace bin
} // namespace dart

Powered by Google App Engine
This is Rietveld 408576698