mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-20 16:24:23 +00:00
perf[protocol]: remove unused field
This commit is contained in:
@@ -291,7 +291,6 @@ func readString() -> String:
|
||||
return EMPTY
|
||||
buffer.seek(readOffset)
|
||||
var value: String = buffer.get_utf8_string(length)
|
||||
var strBytes: PackedByteArray = value.to_utf8_buffer()
|
||||
readOffset += length
|
||||
return value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user