1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Remove ToVAListPtr workaround

This commit is contained in:
Hunter Bridges 2022-04-17 18:31:19 -07:00
parent b9a9a4bfac
commit e7a894f901

View file

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