aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Security
diff options
context:
space:
mode:
authorFernando Fernández <ferferga@hotmail.com>2021-09-06 21:15:21 +0200
committerFernando Fernández <ferferga@hotmail.com>2021-09-06 21:15:30 +0200
commit3d0b1ccae661704371041aadafc9816a223b1ea0 (patch)
treec2fdd2a0599937b5d1d2f829541d3f4e00692f54 /MediaBrowser.Controller/Security
parent59b67584fc18f73278404be33ddc8b7ea92019a0 (diff)
Remove all unused usings
Diffstat (limited to 'MediaBrowser.Controller/Security')
-rw-r--r--MediaBrowser.Controller/Security/IAuthenticationManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Security/IAuthenticationManager.cs b/MediaBrowser.Controller/Security/IAuthenticationManager.cs
index 29621b73e..e3d18c8c0 100644
--- a/MediaBrowser.Controller/Security/IAuthenticationManager.cs
+++ b/MediaBrowser.Controller/Security/IAuthenticationManager.cs
@@ -1,6 +1,5 @@
#nullable enable
-using System;
using System.Collections.Generic;
using System.Threading.Tasks;