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

Unified Diff: pkg/compiler/lib/src/js_backend/backend_impact.dart

Issue 2722753002: Remove HRuntimeType implementation (Closed)
Patch Set: Created 3 years, 10 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
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;

Powered by Google App Engine
This is Rietveld 408576698