Removed unneeded comment

This commit is contained in:
tidwall 2020-01-20 08:29:11 -07:00
parent c9f07c7971
commit 12826915de
1 changed files with 1 additions and 1 deletions

View File

@ -1989,7 +1989,7 @@ func runeit(json string) rune {
}
// unescape unescapes a string
func unescape(json string) string { // , error) {
func unescape(json string) string {
var str = make([]byte, 0, len(json))
for i := 0; i < len(json); i++ {
switch {