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

Unified Diff: runtime/vm/parser.cc

Issue 1819543002: Cleanup (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: reset flag Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.cc
diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
index 6bd4e9b1a9747d81295370783b843d6bfa8c095d..5220506471715723ec77beaa3932f6ef96c02b58 100644
--- a/runtime/vm/parser.cc
+++ b/runtime/vm/parser.cc
@@ -11860,7 +11860,6 @@ void Parser::ResolveTypeFromClass(const Class& scope_class,
}
// Resolve type arguments, if any.
const TypeArguments& arguments = TypeArguments::Handle(Z, type->arguments());
- TypeArguments::Handle(Z, type->arguments());
if (!arguments.IsNull()) {
const intptr_t num_arguments = arguments.Length();
for (intptr_t i = 0; i < num_arguments; i++) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698