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