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