mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 02:26:12 +00:00
Removed some unused functions
This commit is contained in:
@@ -56,11 +56,3 @@ func stringSliceRemoveEmpty(s []string) []string {
|
||||
}
|
||||
return r
|
||||
}
|
||||
|
||||
func byteArrayToString(bs []byte) string {
|
||||
b := make([]byte, len(bs))
|
||||
for i, v := range bs {
|
||||
b[i] = v
|
||||
}
|
||||
return string(b)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user