REFACTOR: Member or type can be made internal.

This commit is contained in:
2017-12-20 02:08:37 +00:00
parent b53b80c998
commit ef49fdfd45
87 changed files with 544 additions and 544 deletions

View File

@@ -36,9 +36,9 @@ using DiscImageChef.Core;
namespace DiscImageChef.Commands
{
public static class Benchmark
static class Benchmark
{
public static void doBenchmark(BenchmarkOptions options)
internal static void doBenchmark(BenchmarkOptions options)
{
Dictionary<string, double> checksumTimes = new Dictionary<string, double>();
Core.Benchmark.InitProgressEvent += Progress.InitProgress;