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

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

Issue 2647043002: Fix hints reported by analyzer. (Closed)
Patch Set: Address review comments. Created 3 years, 11 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
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | pkg/compiler/lib/src/js_backend/backend_impact.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/backend_helpers.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend_helpers.dart b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
index a4f814f654ef20ed5a8d9b2f40ae81a3b63677fd..4a3c398b8ee7ca384fb7eea571f1fae0df5df02e 100644
--- a/pkg/compiler/lib/src/js_backend/backend_helpers.dart
+++ b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
@@ -206,8 +206,6 @@ class BackendHelpers {
// TODO(johnniwinther): Split into _findHelperFunction and _findHelperClass
// and add a check that the element has the expected kind.
Element _findHelper(String name) => _find(jsHelperLibrary, name);
- FunctionElement _findHelperFunction(String name) =>
- _find(jsHelperLibrary, name);
Element _findAsyncHelper(String name) => _find(asyncLibrary, name);
Element _findInterceptor(String name) => _find(interceptorsLibrary, name);
Element _find(LibraryElement library, String name) {
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | pkg/compiler/lib/src/js_backend/backend_impact.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698