diff options
author | geni <me@geni.site> | 2021-12-31 14:44:15 +0200 |
---|---|---|
committer | geni <me@geni.site> | 2021-12-31 14:44:15 +0200 |
commit | 32b1257cd62ee6ec7f1087355a2d9e181429d165 (patch) | |
tree | 74041a1d0f8f1a32863a9f4bdab7444183e00bd7 /NorthstarDedicatedTest/gameutils.cpp | |
parent | 24e6b264919b9125a4f78991dc0f42fc7797cbf2 (diff) | |
download | NorthstarLauncher-32b1257cd62ee6ec7f1087355a2d9e181429d165.tar.gz NorthstarLauncher-32b1257cd62ee6ec7f1087355a2d9e181429d165.zip |
Remove linear allocator
Diffstat (limited to 'NorthstarDedicatedTest/gameutils.cpp')
-rw-r--r-- | NorthstarDedicatedTest/gameutils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/gameutils.cpp b/NorthstarDedicatedTest/gameutils.cpp index 3e62037c..b2c88e49 100644 --- a/NorthstarDedicatedTest/gameutils.cpp +++ b/NorthstarDedicatedTest/gameutils.cpp @@ -94,8 +94,6 @@ void InitialiseTier0GameUtilFunctions(HMODULE baseAddress) else { g_pMemAllocSingleton = *ppMemAllocSingleton; - extern size_t g_iStaticAllocated; - spdlog::info("Using existing g_pMemAllocSingleton for memory allocations, preallocated {} bytes beforehand", g_iStaticAllocated); } Error = reinterpret_cast<ErrorType>(GetProcAddress(baseAddress, "Error")); |