Update auto-generated bindings
[ldk-java] / ts / structs / Result_NetworkGraphDecodeErrorZ.ts
index 1d2977a4b2040bbbf8c878807de750b21d1f566d..950f8403220d74900235e7c4848c958b076eee4a 100644 (file)
@@ -40,14 +40,12 @@ public class Result_NetworkGraphDecodeErrorZ extends CommonBase {
        public static Result_NetworkGraphDecodeErrorZ constructor_ok(NetworkGraph o) {
                number ret = bindings.CResult_NetworkGraphDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_NetworkGraphDecodeErrorZ ret_hu_conv = Result_NetworkGraphDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }
 
        public static Result_NetworkGraphDecodeErrorZ constructor_err(DecodeError e) {
                number ret = bindings.CResult_NetworkGraphDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_NetworkGraphDecodeErrorZ ret_hu_conv = Result_NetworkGraphDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(e);
                return ret_hu_conv;
        }