mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix ln and remove unused code
This commit is contained in:
@@ -11,15 +11,6 @@ func isString(code UNPARSEcode) bool {
|
||||
return stringCompile.MatchString(code.code)
|
||||
}
|
||||
|
||||
func toStringClass(str string) ArClass {
|
||||
return ArClass{
|
||||
value: str,
|
||||
MAP: ArMap{
|
||||
"length": len(str),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
func unquoted(
|
||||
str string,
|
||||
) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user