Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / Result_ChannelInfoDecodeErrorZ.java
index 0099acf516d67b89dc5542ee848d949c366a5122..e8281ef78e80e8843db00e0b17901f8cc4276a66 100644 (file)
@@ -48,7 +48,6 @@ public class Result_ChannelInfoDecodeErrorZ extends CommonBase {
                long ret = bindings.CResult_ChannelInfoDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                if (ret < 1024) { return null; }
                Result_ChannelInfoDecodeErrorZ ret_hu_conv = Result_ChannelInfoDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }
 
@@ -59,7 +58,6 @@ public class Result_ChannelInfoDecodeErrorZ extends CommonBase {
                long ret = bindings.CResult_ChannelInfoDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                if (ret < 1024) { return null; }
                Result_ChannelInfoDecodeErrorZ ret_hu_conv = Result_ChannelInfoDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(e);
                return ret_hu_conv;
        }