Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
00db5818
Commit
00db5818
authored
Oct 06, 2020
by
Steven Murray
Browse files
Removed deadwood from RdbmsCatalogueGetArchiveFilesItor::populateArchiveFile()
parent
1b9d1783
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/RdbmsCatalogueGetArchiveFilesItor.cpp
View file @
00db5818
...
...
@@ -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"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment