Index: sdk/lib/io/platform.dart |
diff --git a/sdk/lib/io/platform.dart b/sdk/lib/io/platform.dart |
index c1447c41059f309e9794880955441359d4747665..b90afe4695292c5329b42caa781e33c051f2b079 100644 |
--- a/sdk/lib/io/platform.dart |
+++ b/sdk/lib/io/platform.dart |
@@ -72,9 +72,6 @@ class Platform { |
static final _localHostname = _Platform.localHostname; |
static final _version = _Platform.version; |
- // This script singleton is written to by the embedder if applicable. |
- static String _nativeScript = ''; |
- |
/** |
* Get the number of processors of the machine. |
*/ |