summaryrefslogtreecommitdiff
path: root/test/dns_test.go
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2024-04-02 20:27:01 -0600
committerElizabeth Hunt <elizabeth@simponic.xyz>2024-04-02 20:27:01 -0600
commitd0fa8924938c17a10028f7a13dfac346635ba61c (patch)
treefb8fd3889772eb8f43977bead84062682a368624 /test/dns_test.go
parent385d4a84eb813ce6f777b6ab10642ad447f93321 (diff)
downloadhatecomputers.club-d0fa8924938c17a10028f7a13dfac346635ba61c.tar.gz
hatecomputers.club-d0fa8924938c17a10028f7a13dfac346635ba61c.zip
remove unused destroy method
Diffstat (limited to 'test/dns_test.go')
-rw-r--r--test/dns_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/dns_test.go b/test/dns_test.go
index 2caabe4..d875f3f 100644
--- a/test/dns_test.go
+++ b/test/dns_test.go
@@ -15,11 +15,6 @@ import (
"github.com/miekg/dns"
)
-func destroy(conn *sql.DB, path string) {
- conn.Close()
- os.Remove(path)
-}
-
func randomPort() int {
return rand.Intn(3000) + 1024
}