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

Unified Diff: pkg/analyzer/lib/src/generated/sdk_io.dart

Issue 728513002: Remove some (but not all) unused methods in analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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: pkg/analyzer/lib/src/generated/sdk_io.dart
diff --git a/pkg/analyzer/lib/src/generated/sdk_io.dart b/pkg/analyzer/lib/src/generated/sdk_io.dart
index 565f080fc768ac5a6b19b83400760c7c92e9196d..91a189691b6f44a6e7248097e4d4fb465fcc8747 100644
--- a/pkg/analyzer/lib/src/generated/sdk_io.dart
+++ b/pkg/analyzer/lib/src/generated/sdk_io.dart
@@ -512,13 +512,6 @@ class DirectoryBasedDartSdk implements DartSdk {
}
/**
- * Ensure that the dart VM is executable. If it is not, make it executable and log that it was
- * necessary for us to do so.
- */
- void _ensureVmIsExecutable() {
- }
-
- /**
* Return the name of the file containing the Dartium executable.
*
* @return the name of the file containing the Dartium executable

Powered by Google App Engine
This is Rietveld 408576698