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