Skip to content

Commit fb3b340

Browse files
committed
Removed code that's been marked as deprecated for 3 major versions.
1 parent 0d3974e commit fb3b340

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Exceptionless/ExceptionlessClient.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,6 @@ void IDisposable.Dispose() {
285285

286286
private static readonly Lazy<ExceptionlessClient> _defaultClient = new Lazy<ExceptionlessClient>(() => new ExceptionlessClient());
287287

288-
[Obsolete("Please use ExceptionlessClient.Default instead.")]
289-
public static ExceptionlessClient Current {
290-
get { return _defaultClient.Value; }
291-
}
292-
293288
public static ExceptionlessClient Default {
294289
get { return _defaultClient.Value; }
295290
}

0 commit comments

Comments
 (0)