diff --git a/BeefLibs/corlib/src/Internal.bf b/BeefLibs/corlib/src/Internal.bf index baa46b22..0ecbd02a 100644 --- a/BeefLibs/corlib/src/Internal.bf +++ b/BeefLibs/corlib/src/Internal.bf @@ -72,11 +72,6 @@ namespace System return &mVAList; #endif } - - public void* ToVAListPtr() mut - { - return &mVAList; - } } [AlwaysInclude]