Removed unused code

This commit is contained in:
thefiddler 2013-11-11 10:00:32 +01:00
parent 2c9d574b08
commit dde7c645c4

View file

@ -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;"));
}