aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/Profiler.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-06-20 19:23:56 +0100
committerGitHub <noreply@github.com>2020-06-20 19:23:56 +0100
commitb5586e64f5d815f4449930dc53a61a676d0e2df4 (patch)
treec82204256da3850fe6bad1e545135caed04d9cf0 /MediaBrowser.Controller/Library/Profiler.cs
parentb2e1d7019130f7bf7e74c8af29927226fb30d46c (diff)
parentbb947718eaee3a8381d9b9e6ed926676de39d7c9 (diff)
Merge pull request #25 from jellyfin/master
Update my master
Diffstat (limited to 'MediaBrowser.Controller/Library/Profiler.cs')
-rw-r--r--MediaBrowser.Controller/Library/Profiler.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Library/Profiler.cs b/MediaBrowser.Controller/Library/Profiler.cs
index f9808a4f4..399378a09 100644
--- a/MediaBrowser.Controller/Library/Profiler.cs
+++ b/MediaBrowser.Controller/Library/Profiler.cs
@@ -37,7 +37,6 @@ namespace MediaBrowser.Controller.Library
_stopwatch = new Stopwatch();
_stopwatch.Start();
}
- #region IDisposable Members
/// <summary>
/// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
@@ -71,7 +70,5 @@ namespace MediaBrowser.Controller.Library
_logger.LogInformation(message);
}
}
-
- #endregion
}
}