mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 19:59:31 +01:00
cleanup
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user