Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: runtime/observatory/lib/src/cli/command.dart

Issue 1076003004: Fix all Observatory warnings/errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/observatory/lib/src/debugger/source_location.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/cli/command.dart
diff --git a/runtime/observatory/lib/src/cli/command.dart b/runtime/observatory/lib/src/cli/command.dart
index 9a338a36d924363e440e3198847d4297b47efcc9..0f573768314453149ba9965a1e90b83b1056b526 100644
--- a/runtime/observatory/lib/src/cli/command.dart
+++ b/runtime/observatory/lib/src/cli/command.dart
@@ -10,8 +10,6 @@ part of cli;
List<String> _splitLine(String line) {
line = line.trimLeft();
var args = [];
- var codes = line.codeUnits;
-
int pos = 0;
while (pos < line.length) {
int startPos = pos;
« no previous file with comments | « no previous file | runtime/observatory/lib/src/debugger/source_location.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698