File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -198,11 +198,6 @@ public Timing Head
198
198
/// </summary>
199
199
public static MiniProfiler Current => MiniProfilerBaseOptions . CurrentProfilerProvider ? . CurrentProfiler ;
200
200
201
- /// <summary>
202
- /// Various configuration properties.
203
- /// </summary>
204
- internal static IAsyncProfilerProvider CurrentProvider { get ; set ; }
205
-
206
201
/// <summary>
207
202
/// A <see cref="IAsyncStorage"/> strategy to use for the current profiler.
208
203
/// </summary>
Original file line number Diff line number Diff line change 7
7
namespace StackExchange . Profiling . Storage
8
8
{
9
9
/// <summary>
10
- /// Empty storage provider, used if absolutely nothing is configured .
10
+ /// Empty storage provider for testing, etc .
11
11
/// </summary>
12
12
internal class NullStorage : IAsyncStorage
13
13
{
You can’t perform that action at this time.
0 commit comments