Skip to content

Commit

Permalink
#83 - Remove unnecessary usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
OudomMunint committed Feb 7, 2025
1 parent 1b6cfc4 commit 80a9e85
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 25 deletions.
7 changes: 1 addition & 6 deletions Benchmarks/Benchmarks.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using BenchmarkDotNet.Attributes;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
using System.Diagnostics;
using System.Security.Cryptography;
using System.Buffers;

Expand Down
6 changes: 0 additions & 6 deletions Benchmarks/OldBenchmark.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Threading;
using System.Timers;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using NvAPIWrapper;
using NvAPIWrapper.Display;
using NvAPIWrapper.GPU;
using SharpDX.Direct3D11;
using SharpDX.DXGI;
using Device = SharpDX.Direct3D11.Device;
Expand Down
2 changes: 0 additions & 2 deletions Helpers/GpuHelper.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using System.Management;
using System.Runtime.InteropServices;
using NvAPIWrapper;
using NvAPIWrapper.Display;
using NvAPIWrapper.GPU;
using SharpDX.DXGI;
using Device = SharpDX.Direct3D11.Device;

class DxGpuHelper
{
Expand Down
6 changes: 0 additions & 6 deletions Helpers/Helpers.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
using BenchmarkDotNet.Attributes;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
using System.Security.Cryptography;

class ConsoleInfo
{
public static void GetAppInfo()
Expand Down
2 changes: 0 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System.Diagnostics;
using System.Runtime.InteropServices;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Running;

class Program
{
Expand Down
3 changes: 0 additions & 3 deletions Utilities/ConsoleUtils.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Threading;

class Spinner : IDisposable
{
private const string Sequence = @"/-\|";
Expand Down

0 comments on commit 80a9e85

Please sign in to comment.