Skip to content

Commit 20f4a29

Browse files
committed
Fix warning CS0219
1 parent 3397127 commit 20f4a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestMe.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static partial class mathx
2121
[MenuItem("Tools/mathx/Test")]
2222
public static void TestBenchmark()
2323
{
24-
var d = 2.3;
24+
//var d = 2.3;
2525
var stopWatch = new Stopwatch();
2626
var f = new float3(1.4f,5.6f,8.1f);
2727
var v = new Vector3(1.4f,5.6f,8.1f);

0 commit comments

Comments
 (0)