Remove dead code.
This commit is contained in:
@@ -54,10 +54,6 @@ type addLabelAction struct {
|
|||||||
label string
|
label string
|
||||||
}
|
}
|
||||||
|
|
||||||
type getUpAction struct {
|
|
||||||
ch chan<- string
|
|
||||||
}
|
|
||||||
|
|
||||||
type pushConnsAction struct {
|
type pushConnsAction struct {
|
||||||
c client
|
c client
|
||||||
}
|
}
|
||||||
@@ -185,11 +181,6 @@ func delGroupUnlocked(name string) bool {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
type userid struct {
|
|
||||||
id string
|
|
||||||
username string
|
|
||||||
}
|
|
||||||
|
|
||||||
func addClient(name string, c client, pass string) (*group, error) {
|
func addClient(name string, c client, pass string) (*group, error) {
|
||||||
g, err := addGroup(name, nil)
|
g, err := addGroup(name, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user