Skip to content

Commit 2946bcd

Browse files
committed
cleanup using namespaces
1 parent 91af1f3 commit 2946bcd

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

Assets/Benchmark/FrameData.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System;
21
using System.Collections.Generic;
32
using UnityEngine;
43

Assets/Benchmark/PerformanceTestStage.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections;
32
using System.Collections.Generic;
43
using System.Linq;
54
using UnityEngine;

Assets/Benchmark/PerformanceTestUtilities.cs

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System.Collections;
2-
using System.Collections.Generic;
3-
using UnityEngine;
41
using UnityEngine.UIElements;
52

63
namespace Benchmarking

Assets/Benchmark/StatsGraphVE.cs

-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
using System;
2-
using System.Collections;
32
using System.Collections.Generic;
4-
using System.Linq;
53
using UnityEngine;
64
using UnityEngine.UIElements;
7-
using Unity.Burst;
85

96
namespace Benchmarking
107
{

0 commit comments

Comments
 (0)