diff options
author | Wouter Tinus <win.acme.simple@gmail.com> | 2020-07-17 13:21:25 +0200 |
---|---|---|
committer | Wouter Tinus <win.acme.simple@gmail.com> | 2020-07-17 13:21:25 +0200 |
commit | 68fe284e0290860e2ed53886257a600efac4a5ff (patch) | |
tree | a4d2b0c70485e13ae46b15506f686fb5b7eef549 | |
parent | 8f25cf58df2766cbd74333bf3d3870bbc2187c7e (diff) | |
download | letsencrypt-win-simple-68fe284e0290860e2ed53886257a600efac4a5ff.zip letsencrypt-win-simple-68fe284e0290860e2ed53886257a600efac4a5ff.tar.gz letsencrypt-win-simple-68fe284e0290860e2ed53886257a600efac4a5ff.tar.bz2 |
remove unneeded using
-rw-r--r-- | src/main.lib/RenewalManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.lib/RenewalManager.cs b/src/main.lib/RenewalManager.cs index ed57762..a502639 100644 --- a/src/main.lib/RenewalManager.cs +++ b/src/main.lib/RenewalManager.cs @@ -2,7 +2,6 @@ using PKISharp.WACS.Configuration; using PKISharp.WACS.DomainObjects; using PKISharp.WACS.Extensions; -using PKISharp.WACS.Plugins.Interfaces; using PKISharp.WACS.Plugins.TargetPlugins; using PKISharp.WACS.Services; using System; |