From efd3b8428cdf7ef0634aabc00a7a6053b46f0c00 Mon Sep 17 00:00:00 2001 From: "hausner@google.com" Date: Thu, 23 May 2013 18:01:15 +0000 Subject: [PATCH] Yay for static type checking The analyzer found this problem :) Review URL: https://codereview.chromium.org//15741016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23088 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/standalone/debugger/debug_lib.dart | 5 ----- 1 file changed, 5 deletions(-) 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) {