aboutsummaryrefslogtreecommitdiff
path: root/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'messages.go')
-rw-r--r--messages.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/messages.go b/messages.go
index eca566d..26caeac 100644
--- a/messages.go
+++ b/messages.go
@@ -158,10 +158,6 @@ var identTypes = map[IdentType]string{
IdentDNS: "dns",
}
-func NewIdent(domain string) Identifier {
- return Identifier{Type: IdentDNS, Value: domain}
-}
-
func (i IdentType) String() string {
return identTypes[i]
}