good morning!!!!

Skip to content
Snippets Groups Projects
Commit a112afb8 authored by a's avatar a
Browse files

remove more unused functions

parent 91822ac3
No related branches found
No related tags found
No related merge requests found
......@@ -344,10 +344,3 @@ func parseArgumentArray(p json.RawMessage, types []reflect.Type) ([]reflect.Valu
}
return args, nil
}
func trimQuotes(input string) string {
if len(input) >= 2 && input[0] == '"' && input[len(input)-1] == '"' {
input = input[1 : len(input)-1]
}
return input
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment