| Index: editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerDebugVariable.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerDebugVariable.java (revision 41204)
|
| +++ editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerDebugVariable.java (working copy)
|
| @@ -242,9 +242,4 @@
|
| protected void setIsStatic(boolean value) {
|
| this.isStatic = value;
|
| }
|
| -
|
| - private boolean isListElement() {
|
| - return name.startsWith("[");
|
| - }
|
| -
|
| }
|
|
|