Explorar el Código

remove unneeded usage

Alex Polvi hace 13 años
padre
commit
e0ae3e245a
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      etcd.go

+ 0 - 4
etcd.go

@@ -233,10 +233,6 @@ func main() {
 
 }
 
-func usage() {
-	fatal("usage: raftd [PATH]")
-}
-
 func createTranHandler(st int) transHandler {
 	t := transHandler{}