From c3488b9382b08a7fde24955f6342403576847d6a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 6 May 2019 09:46:10 +0200 Subject: updater: move into manager Signed-off-by: Jason A. Donenfeld --- service/errors.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'service/errors.go') diff --git a/service/errors.go b/service/errors.go index ecc0283a..eb31bb4e 100644 --- a/service/errors.go +++ b/service/errors.go @@ -26,7 +26,6 @@ const ( ErrorBindSocketsToDefaultRoutes ErrorSetNetConfig ErrorDetermineExecutablePath - ErrorFindAdministratorsSID ErrorCreateSecurityDescriptor ErrorOpenNULFile ErrorTrackTunnels @@ -60,8 +59,6 @@ func (e Error) Error() string { return "Unable to bind sockets to default route" case ErrorSetNetConfig: return "Unable to set interface addresses, routes, dns, and/or adapter settings" - case ErrorFindAdministratorsSID: - return "Unable to find Administrators SID" case ErrorCreateSecurityDescriptor: return "Unable to determine security descriptor" case ErrorOpenNULFile: -- cgit v1.2.3-59-g8ed1b