Skip to content

Commit

Permalink
CurrentProvider Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed Sep 4, 2017
1 parent bc9b84a commit cf91971
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/MiniProfiler.Shared/MiniProfiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ public Timing Head
/// </summary>
public static MiniProfiler Current => MiniProfilerBaseOptions.CurrentProfilerProvider?.CurrentProfiler;

/// <summary>
/// Various configuration properties.
/// </summary>
internal static IAsyncProfilerProvider CurrentProvider { get; set; }

/// <summary>
/// A <see cref="IAsyncStorage"/> strategy to use for the current profiler.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/MiniProfiler.Shared/Storage/NullStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace StackExchange.Profiling.Storage
{
/// <summary>
/// Empty storage provider, used if absolutely nothing is configured.
/// Empty storage provider for testing, etc.
/// </summary>
internal class NullStorage : IAsyncStorage
{
Expand Down

0 comments on commit cf91971

Please sign in to comment.