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

Unified Diff: lib/compiler/implementation/ssa/builder.dart

Issue 10692087: Reapply change to update dart2js operator equals semantics to follow (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Whoops, fix eqB to use === true Created 8 years, 5 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: lib/compiler/implementation/ssa/builder.dart
diff --git a/lib/compiler/implementation/ssa/builder.dart b/lib/compiler/implementation/ssa/builder.dart
index 6feb3d81e799b1e0508dac5eb6c75cc7aec23a81..4041d33c8e79866db86cb2f6cb5e629ffde6f46a 100644
--- a/lib/compiler/implementation/ssa/builder.dart
+++ b/lib/compiler/implementation/ssa/builder.dart
@@ -97,10 +97,6 @@ class Interceptors {
return compiler.findHelper(const SourceString('indexSet'));
}
- Element getEqualsNullInterceptor() {
- return compiler.findHelper(const SourceString('eqNull'));
- }
-
Element getExceptionUnwrapper() {
return compiler.findHelper(const SourceString('unwrapException'));
}

Powered by Google App Engine
This is Rietveld 408576698