Skip to content

Commit 1b1108c

Browse files
committed
Fix analyzer infos
1 parent d51c8d8 commit 1b1108c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

benchmark/vector2_bench.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ class ConstructorArrayBenchmark extends BenchmarkBase {
5252
class ConstructorAllBenchmark extends BenchmarkBase {
5353
ConstructorAllBenchmark() : super('Vector2.all()');
5454

55-
static void main() {
56-
ConstructorAllBenchmark().report();
57-
}
58-
5955
@override
6056
void run() {
6157
Vector2? v;
@@ -69,10 +65,6 @@ class ConstructorAllBenchmark extends BenchmarkBase {
6965
class ConstructorCopyBenchmark extends BenchmarkBase {
7066
ConstructorCopyBenchmark() : super('Vector2.copy()');
7167

72-
static void main() {
73-
ConstructorCopyBenchmark().report();
74-
}
75-
7668
@override
7769
void run() {
7870
Vector2? v;

0 commit comments

Comments
 (0)