Skip to content
Snippets Groups Projects
Commit 0bf6adc9 authored by Steven Murray's avatar Steven Murray
Browse files

Removed deadwood from RdbmsCatalogueGetArchiveFilesItor::populateArchiveFile()

parent bd99c31c
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,6 @@ namespace {
* @return The populated ArchiveFile object.
*/
static common::dataStructures::ArchiveFile populateArchiveFile(const rdbms::Rset &rset) {
rset.columnUint64("ARCHIVE_FILE_ID");
if(!rset.columnIsNull("VID")) {
rset.columnUint64("COPY_NB");
}
common::dataStructures::ArchiveFile archiveFile;
archiveFile.archiveFileID = rset.columnUint64("ARCHIVE_FILE_ID");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment