Index: pkg/compiler/lib/src/js_backend/backend_impact.dart |
diff --git a/pkg/compiler/lib/src/js_backend/backend_impact.dart b/pkg/compiler/lib/src/js_backend/backend_impact.dart |
index 0ba422fe3922074c1afedffcad203ddd933b2e40..892c9463b97b605936e19c2e3d3f1a430a9e5c2a 100644 |
--- a/pkg/compiler/lib/src/js_backend/backend_impact.dart |
+++ b/pkg/compiler/lib/src/js_backend/backend_impact.dart |
@@ -503,7 +503,7 @@ class BackendImpacts { |
BackendImpact get functionTypeCheck { |
return _functionTypeCheck ??= |
- new BackendImpact(staticUses: [helpers.functionTypeTestMetaHelper]); |
+ new BackendImpact(staticUses: [/*helpers.functionTypeTestMetaHelper*/]); |
floitsch
2017/03/02 13:43:38
Please add a comment explaining why the dead code
|
} |
BackendImpact _nativeTypeCheck; |