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:
parent
4b80bcbbcf
commit
09e6564b3e
1 changed files with 0 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue