| Index: compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java
|
| diff --git a/compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java b/compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java
|
| index 44ae3c5c99322b3cd85fc5fd95fda8417479ab7c..0d45bb4b1ccfedd0ff65a1d36ce209ae968ce9a6 100644
|
| --- a/compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java
|
| +++ b/compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java
|
| @@ -931,7 +931,6 @@ public class RuntimeTypeInjector {
|
| if (!emitTypeChecks || type == null) {
|
| return null;
|
| }
|
| - JsExpression rtt;
|
| switch (TypeKind.of(type)) {
|
| case INTERFACE:
|
| InterfaceType interfaceType = (InterfaceType) type;
|
|
|