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++) { |