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:
parent
2ad5d7fac1
commit
21352b8a7f
1 changed files with 0 additions and 1 deletions
|
@ -535,7 +535,6 @@ namespace System
|
|||
static extern String Comptime_Method_GetName(int64 methodHandle);
|
||||
static extern ComptimeMethodData Comptime_Method_GetInfo(int64 methodHandle);
|
||||
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 ComptimeFieldInfo Comptime_Field_GetInfo(int64 fieldHandle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue