mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-20 00:24:20 +01:00
all: remove deadcode (#2952)
This commit is contained in:
@@ -10,10 +10,6 @@ import (
|
||||
"google.golang.org/grpc/status"
|
||||
)
|
||||
|
||||
const (
|
||||
errPreAuthKeyMalformed = Error("key is malformed. expected 64 hex characters with `nodekey` prefix")
|
||||
)
|
||||
|
||||
// Error is used to compare errors as per https://dave.cheney.net/2016/04/07/constant-errors
|
||||
type Error string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user