mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 01:15:26 +00:00
Removed unused code
This commit is contained in:
parent
2c9d574b08
commit
dde7c645c4
|
@ -829,7 +829,6 @@ namespace Bind
|
|||
{
|
||||
// int foo() { int retval; foo(1, &retval); return retval }
|
||||
callstring = GetInvocationString(f.WrappedDelegate);
|
||||
var p = f.WrappedDelegate.Parameters.Last();
|
||||
f.Body.Add(String.Format("{0};", callstring));
|
||||
f.Body.Add(String.Format("return retval;"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue