aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Primitives/ICertificate.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SocketHttpListener/Primitives/ICertificate.cs')
-rw-r--r--SocketHttpListener/Primitives/ICertificate.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/SocketHttpListener/Primitives/ICertificate.cs b/SocketHttpListener/Primitives/ICertificate.cs
deleted file mode 100644
index ec21e9445..000000000
--- a/SocketHttpListener/Primitives/ICertificate.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace SocketHttpListener.Primitives
-{
- public interface ICertificate
- {
- }
-}