Selaa lähdekoodia

fix static checks

Abhishek Kondur 1 vuosi sitten
vanhempi
commit
7e6f93e1b8
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      models/api_node.go

+ 0 - 4
models/api_node.go

@@ -166,7 +166,3 @@ func (nm *Node) ConvertToAPINode() *ApiNode {
 func isEmptyAddr(addr string) bool {
 	return addr == "<nil>" || addr == ":0"
 }
-
-func isUUIDSet(uuid string) bool {
-	return uuid != "00000000-0000-0000-0000-000000000000"
-}