From f23aa9eabe2d43e68c65bf76a852737ed73fbe8c Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Thu, 13 May 2021 23:19:15 +0200 Subject: [PATCH] cleanup --- Code/MiscUtils/Benchmarker.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Code/MiscUtils/Benchmarker.cs b/Code/MiscUtils/Benchmarker.cs index ce269da..e7120de 100644 --- a/Code/MiscUtils/Benchmarker.cs +++ b/Code/MiscUtils/Benchmarker.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Diagnostics; namespace Flowframes.MiscUtils { @@ -15,7 +13,6 @@ namespace Flowframes.MiscUtils return returnVal; } - // Benchmark a void method (via Action) public static void BenchmarkMethod(string methodName, Action method, params object[] args) {