remove unused function

This commit is contained in:
2025-03-16 13:38:14 +02:00
parent 6ab3c33a1c
commit 222097af1c

View File

@@ -96,8 +96,3 @@ func main() {
log.Printf("Serving on port: %s\n", port)
log.Fatal(srv.ListenAndServe())
}
func unused() {
// this function does nothing
// and is called nowhere
}