1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Removed broken code

This commit is contained in:
Brian Fiete 2020-08-12 15:56:50 -07:00
parent 4b80bcbbcf
commit 09e6564b3e

View file

@ -9,11 +9,6 @@ interface IItem
class Mintesto
{
public static T Alloc<T>() where T : new
{
return new T();
}
public static void Dispose<T>(mut T val) where T : IDisposable
{
val.Dispose();