mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-13 06:41:26 -07:00
Remove unneeded uses of intrinsics.constant_utf16_cstring
This commit is contained in:
@@ -12,11 +12,11 @@ UTF16_Vector :: struct {
|
||||
|
||||
utf16_vectors := []UTF16_Vector{
|
||||
{
|
||||
intrinsics.constant_utf16_cstring("Hellope, World!"),
|
||||
"Hellope, World!",
|
||||
"Hellope, World!",
|
||||
},
|
||||
{
|
||||
intrinsics.constant_utf16_cstring("Hellope\x00, World!"),
|
||||
"Hellope\x00, World!",
|
||||
"Hellope",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user