diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-10-18 23:44:26 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-10-18 23:44:26 +0200 |
| commit | b7f489b4215b922a40fa88417e1ed777a2690a49 (patch) | |
| tree | f271f93a35f8d2ad7a6e83702f7b3510447ae6b8 /src | |
| parent | cef3684c6c891dbe890fdf26fde5857a22af149a (diff) | |
Remove the virtual code that is no longer used.
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/util_linux.odin | 5 | ||||
| -rw-r--r-- | src/common/util_windows.odin | 8 |
2 files changed, 1 insertions, 12 deletions
diff --git a/src/common/util_linux.odin b/src/common/util_linux.odin index 203702e..4fa7d38 100644 --- a/src/common/util_linux.odin +++ b/src/common/util_linux.odin @@ -1,6 +1 @@ package common - -import "core:mem/virtual" - -Growing_Arena :: virtual.Growing_Arena -growing_arena_allocator :: virtual.growing_arena_allocator
\ No newline at end of file diff --git a/src/common/util_windows.odin b/src/common/util_windows.odin index 59a9bcf..a8c6243 100644 --- a/src/common/util_windows.odin +++ b/src/common/util_windows.odin @@ -169,10 +169,4 @@ run_executable :: proc( win32.CloseHandle(stdout_read) return exit_code, true, stdout[0:index] -} - - -import "core:mem/virtual" - -Growing_Arena :: virtual.Growing_Arena -growing_arena_allocator :: virtual.growing_arena_allocator +}
\ No newline at end of file |