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