1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 09:27:59 +02:00

Merge pull request #1536 from eveningstarinc/hunterbridges/RemoveVAListWorkaround

Remove ToVAListPtr workaround
This commit is contained in:
Brian Fiete 2022-07-06 06:33:24 -07:00 committed by GitHub
commit 77cbd238bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,11 +72,6 @@ namespace System
return &mVAList; return &mVAList;
#endif #endif
} }
public void* ToVAListPtr() mut
{
return &mVAList;
}
} }
[AlwaysInclude] [AlwaysInclude]