From e7a894f9018cb175ffbca2256c080ecf7d3d2687 Mon Sep 17 00:00:00 2001 From: Hunter Bridges <775593+hunterbridges@users.noreply.github.com> Date: Sun, 17 Apr 2022 18:31:19 -0700 Subject: [PATCH] Remove ToVAListPtr workaround --- BeefLibs/corlib/src/Internal.bf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/BeefLibs/corlib/src/Internal.bf b/BeefLibs/corlib/src/Internal.bf index 3bfe37cb..853af318 100644 --- a/BeefLibs/corlib/src/Internal.bf +++ b/BeefLibs/corlib/src/Internal.bf @@ -65,11 +65,6 @@ namespace System return &mVAList; #endif } - - public void* ToVAListPtr() mut - { - return &mVAList; - } } [AlwaysInclude]