Skip to content

Commit a463456

Browse files
author
Petr Sramek
committed
discarded unused entry method arguments
1 parent 3bceafe commit a463456

File tree

2 files changed

+2
-2
lines changed
  • benchmarks

2 files changed

+2
-2
lines changed

benchmarks/PolylineAlgorithm.Benchmarks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace PolylineAlgorithm.Benchmarks {
77
using BenchmarkDotNet.Running;
88

99
internal class Program {
10-
static void Main(string[] args) {
10+
static void Main(string[] _) {
1111
BenchmarkRunner
1212
.Run<PolylineEncodingBenchmark>();
1313
}

benchmarks/PolylineAlgorithm.Implementation.Benchmarks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace PolylineAlgorithm.Implementation.Benchmarks {
77
using BenchmarkDotNet.Running;
88

99
internal class Program {
10-
static void Main(string[] args) {
10+
static void Main(string[] _) {
1111
BenchmarkRunner
1212
.Run<EncodePerformanceBenchmark>();
1313
BenchmarkRunner

0 commit comments

Comments
 (0)