File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 77namespace 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 {
You can’t perform that action at this time.
0 commit comments