Skip to content

Commit cf91971

Browse files
committed
CurrentProvider Cleanup
1 parent bc9b84a commit cf91971

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/MiniProfiler.Shared/MiniProfiler.cs

-5
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,6 @@ public Timing Head
198198
/// </summary>
199199
public static MiniProfiler Current => MiniProfilerBaseOptions.CurrentProfilerProvider?.CurrentProfiler;
200200

201-
/// <summary>
202-
/// Various configuration properties.
203-
/// </summary>
204-
internal static IAsyncProfilerProvider CurrentProvider { get; set; }
205-
206201
/// <summary>
207202
/// A <see cref="IAsyncStorage"/> strategy to use for the current profiler.
208203
/// </summary>

src/MiniProfiler.Shared/Storage/NullStorage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace StackExchange.Profiling.Storage
88
{
99
/// <summary>
10-
/// Empty storage provider, used if absolutely nothing is configured.
10+
/// Empty storage provider for testing, etc.
1111
/// </summary>
1212
internal class NullStorage : IAsyncStorage
1313
{

0 commit comments

Comments
 (0)