remove dead assignment DataRecordGroup.cpp

This commit is contained in:
Scott Fennell 2018-10-01 14:16:19 -05:00
parent 0b2218e449
commit 605f5d0f6d

View File

@ -393,7 +393,7 @@ int Trick::DataRecordGroup::init() {
drb->ref_searched = true ;
}
ret = write_header() ;
write_header() ;
// call format specific initialization to open destination and write header
ret = format_specific_init() ;