Remove duplicate buffer

This commit is contained in:
Jeroen van Rijn
2026-02-02 13:16:13 +01:00
parent 3a7c4994ac
commit 98413ad154
4 changed files with 0 additions and 12 deletions

View File

@@ -6,9 +6,6 @@ import "core:strings"
import "core:strconv"
import "base:runtime"
@(private)
version_string_buf: [1024]u8
@(init, private)
init_os_version :: proc "contextless" () {
context = runtime.default_context()

View File

@@ -7,9 +7,6 @@ import "core:strings"
import "core:sys/unix"
import NS "core:sys/darwin/Foundation"
@(private)
version_string_buf: [1024]u8
@(init, private)
init_platform :: proc "contextless" () {
context = runtime.default_context()

View File

@@ -5,9 +5,6 @@ import "core:strings"
import "core:strconv"
import "base:runtime"
@(private)
version_string_buf: [1024]u8
@(init, private)
init_os_version :: proc "contextless" () {
context = runtime.default_context()

View File

@@ -7,9 +7,6 @@ import "core:strconv"
import "core:strings"
import "core:sys/linux"
@(private)
version_string_buf: [1024]u8
@(init, private)
init_os_version :: proc "contextless" () {
context = runtime.default_context()