Update auto-generated bindings
[ldk-java] / ts / structs / Result_PingDecodeErrorZ.ts
index 11357f3b35bb23fa6a0a11164ac9068e70e0ab3c..f7ee22b9599709e138f73404e53a5ca62e3f6187 100644 (file)
@@ -40,14 +40,12 @@ public class Result_PingDecodeErrorZ extends CommonBase {
        public static Result_PingDecodeErrorZ constructor_ok(Ping o) {
                number ret = bindings.CResult_PingDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_PingDecodeErrorZ ret_hu_conv = Result_PingDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }
 
        public static Result_PingDecodeErrorZ constructor_err(DecodeError e) {
                number ret = bindings.CResult_PingDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_PingDecodeErrorZ ret_hu_conv = Result_PingDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(e);
                return ret_hu_conv;
        }