mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-23 14:58:34 +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 }
|
// int foo() { int retval; foo(1, &retval); return retval }
|
||||||
callstring = GetInvocationString(f.WrappedDelegate);
|
callstring = GetInvocationString(f.WrappedDelegate);
|
||||||
var p = f.WrappedDelegate.Parameters.Last();
|
|
||||||
f.Body.Add(String.Format("{0};", callstring));
|
f.Body.Add(String.Format("{0};", callstring));
|
||||||
f.Body.Add(String.Format("return retval;"));
|
f.Body.Add(String.Format("return retval;"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue