Skip to content

Commit 834c7c6

Browse files
committed
Removed redundant code
1 parent 3b851d4 commit 834c7c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/NumSharp.Benchmark/Program.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ class Program
1515
/// <param name="args"></param>
1616
static void Main(string[] args)
1717
{
18-
19-
if (true)
20-
{
21-
var v = new Iterators();
22-
v.Setup();
23-
v.OffsetIncrementor();
24-
}
25-
2618
if (args?.Length > 0)
2719
{
2820
for (int i = 0; i < args.Length; i++)

0 commit comments

Comments
 (0)