Remove some unnecessary ignore comments in dart2wasm

Change-Id: I5c7a8c9a4533e2fed5c5a35acf4b461bed912d36
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274725
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2022-12-12 18:38:12 +00:00 committed by Commit Queue
parent 8e03a148ae
commit 8e22dd6c95

View file

@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// ignore_for_file: non_constant_identifier_names
import 'dart:typed_data';
import 'package:dart2wasm/class_info.dart';