File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1319,14 +1319,6 @@ private:
1319
1319
public:
1320
1320
// / Make an empty dangling field descriptor.
1321
1321
RFieldDescriptorBuilder () = default ;
1322
- // / Make a new RFieldDescriptorBuilder based off an existing descriptor.
1323
- // / Relationship information is lost during the conversion to a
1324
- // / dangling descriptor:
1325
- // / * Parent id is reset to an invalid id.
1326
- // / * Field children ids are forgotten.
1327
- // /
1328
- // / These properties must be set using RNTupleDescriptorBuilder::AddFieldLink().
1329
- explicit RFieldDescriptorBuilder (const RFieldDescriptor &fieldDesc);
1330
1322
1331
1323
// / Make a new RFieldDescriptorBuilder based off a live RNTuple field.
1332
1324
static RFieldDescriptorBuilder FromField (const ROOT::RFieldBase &field);
Original file line number Diff line number Diff line change @@ -1128,14 +1128,6 @@ ROOT::RResult<ROOT::RColumnDescriptor> ROOT::Internal::RColumnDescriptorBuilder:
1128
1128
return fColumn .Clone ();
1129
1129
}
1130
1130
1131
- ROOT::Internal::RFieldDescriptorBuilder::RFieldDescriptorBuilder (const RFieldDescriptor &fieldDesc)
1132
- : fField(fieldDesc.Clone())
1133
- {
1134
- fField .fParentId = ROOT::kInvalidDescriptorId ;
1135
- fField .fLinkIds = {};
1136
- fField .fLogicalColumnIds = {};
1137
- }
1138
-
1139
1131
ROOT::Internal::RFieldDescriptorBuilder
1140
1132
ROOT::Internal::RFieldDescriptorBuilder::FromField (const ROOT::RFieldBase &field)
1141
1133
{
You can’t perform that action at this time.
0 commit comments