diff --git a/src/MiniProfiler.Shared/MiniProfiler.cs b/src/MiniProfiler.Shared/MiniProfiler.cs index b9fd52df0..cdeeb9e1a 100644 --- a/src/MiniProfiler.Shared/MiniProfiler.cs +++ b/src/MiniProfiler.Shared/MiniProfiler.cs @@ -198,11 +198,6 @@ public Timing Head /// public static MiniProfiler Current => MiniProfilerBaseOptions.CurrentProfilerProvider?.CurrentProfiler; - /// - /// Various configuration properties. - /// - internal static IAsyncProfilerProvider CurrentProvider { get; set; } - /// /// A strategy to use for the current profiler. /// diff --git a/src/MiniProfiler.Shared/Storage/NullStorage.cs b/src/MiniProfiler.Shared/Storage/NullStorage.cs index 18705c1f0..7898689b6 100644 --- a/src/MiniProfiler.Shared/Storage/NullStorage.cs +++ b/src/MiniProfiler.Shared/Storage/NullStorage.cs @@ -7,7 +7,7 @@ namespace StackExchange.Profiling.Storage { /// - /// Empty storage provider, used if absolutely nothing is configured. + /// Empty storage provider for testing, etc. /// internal class NullStorage : IAsyncStorage {