diff --git a/tests/standalone/debugger/debug_lib.dart b/tests/standalone/debugger/debug_lib.dart index 3a2f30625b9..8532ac06339 100644 --- a/tests/standalone/debugger/debug_lib.dart +++ b/tests/standalone/debugger/debug_lib.dart @@ -428,11 +428,6 @@ class Debugger { } } - runScript(List entries) { - script = new DebugScript(entries); - openConnection(); - } - // Send a debugger command to the target VM. void sendMessage(Map msg) { if (msg["id"] != null) {