aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/services/errors.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--services/errors.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/errors.go b/services/errors.go
index c9b2c049..237cb2c3 100644
--- a/services/errors.go
+++ b/services/errors.go
@@ -19,7 +19,6 @@ const (
ErrorRingloggerOpen
ErrorLoadConfiguration
ErrorCreateWintun
- ErrorDetermineWintunName
ErrorUAPIListen
ErrorDNSLookup
ErrorFirewall
@@ -46,8 +45,6 @@ func (e Error) Error() string {
return "Unable to load configuration from path"
case ErrorCreateWintun:
return "Unable to create Wintun device"
- case ErrorDetermineWintunName:
- return "Unable to determine Wintun name"
case ErrorUAPIListen:
return "Unable to listen on named pipe"
case ErrorDNSLookup: