Index: sdk/lib/_internal/pub/lib/src/io.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/io.dart b/sdk/lib/_internal/pub/lib/src/io.dart |
index 8c242fe779034e97b7aaa79ddbb4953a9d39a334..fd5af928dc402bbd69a081922c53bc20766bff2e 100644 |
--- a/sdk/lib/_internal/pub/lib/src/io.dart |
+++ b/sdk/lib/_internal/pub/lib/src/io.dart |
@@ -408,9 +408,6 @@ String assetPath(String target) { |
} |
} |
-/// Reads a text file from pub's `resource` directory. |
-String readAsset(String target) => readTextFile(assetPath(target)); |
- |
/// Returns the path to the root of the Dart repository. This will throw a |
/// [StateError] if it's called when running pub from the SDK. |
String get repoRoot { |