delete no use code

This commit is contained in:
Ulric Qin 2022-04-27 11:56:13 +08:00
parent 59001ba60d
commit 9dbbc1c908
1 changed files with 0 additions and 5 deletions

View File

@ -170,8 +170,3 @@ func findThreadState(rawCommand, rawState string) string {
// if no mappings found and state is invalid, then return "other" state
return "other"
}
// newNamespace can be used to make a namespace
func newNamespace(words ...string) string {
return strings.Replace(strings.Join(words, "_"), " ", "_", -1)
}