Remove dead code.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user