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

Remove unused method

This commit is contained in:
Brian Fiete 2022-02-12 09:42:51 -05:00
parent 2ad5d7fac1
commit 21352b8a7f

View file

@ -535,7 +535,6 @@ namespace System
static extern String Comptime_Method_GetName(int64 methodHandle); static extern String Comptime_Method_GetName(int64 methodHandle);
static extern ComptimeMethodData Comptime_Method_GetInfo(int64 methodHandle); static extern ComptimeMethodData Comptime_Method_GetInfo(int64 methodHandle);
static extern ComptimeParamInfo Comptime_Method_GetParamInfo(int64 methodHandle, int32 paramIdx); static extern ComptimeParamInfo Comptime_Method_GetParamInfo(int64 methodHandle, int32 paramIdx);
static extern int64 Comptime_GetField(int32 typeId, int32 fieldIdx);
static extern String Comptime_Field_GetName(int64 fieldHandle); static extern String Comptime_Field_GetName(int64 fieldHandle);
static extern ComptimeFieldInfo Comptime_Field_GetInfo(int64 fieldHandle); static extern ComptimeFieldInfo Comptime_Field_GetInfo(int64 fieldHandle);