Index: runtime/bin/builtin.dart |
diff --git a/runtime/bin/builtin.dart b/runtime/bin/builtin.dart |
index dad0d8960e424dafc51f63c16e458301f6bb4ac7..e4eec2947e9d921614993583e2f021fdc28d2608 100644 |
--- a/runtime/bin/builtin.dart |
+++ b/runtime/bin/builtin.dart |
@@ -19,11 +19,6 @@ bool _traceLoading = false; |
// dart:_builtin library. |
bool _setupCompleted = false; |
-// The root library (aka the script) is imported into this library. The |
-// standalone embedder uses this to lookup the main entrypoint in the |
-// root library's namespace. |
-Function _getMainClosure() => main; |
- |
// 'print' implementation. |
// The standalone embedder registers the closurized _print function with the |
// dart:core library. |