Commit 4e594465 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove dead code.

parent e9559d9a
......@@ -54,10 +54,6 @@ type addLabelAction struct {
label string
}
type getUpAction struct {
ch chan<- string
}
type pushConnsAction struct {
c client
}
......@@ -185,11 +181,6 @@ func delGroupUnlocked(name string) bool {
return true
}
type userid struct {
id string
username string
}
func addClient(name string, c client, pass string) (*group, error) {
g, err := addGroup(name, nil)
if err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment