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
98a0cdf0
Commit
98a0cdf0
authored
Oct 06, 2020
by
Steven Murray
Browse files
Removed unused member variable RdbmsCatalogueGetArchiveFilesForRepackItor::m_connPool
parent
280991d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
catalogue/RdbmsCatalogueGetArchiveFilesForRepackItor.cpp
View file @
98a0cdf0
...
...
@@ -80,7 +80,6 @@ RdbmsCatalogueGetArchiveFilesForRepackItor::RdbmsCatalogueGetArchiveFilesForRepa
const
std
::
string
&
vid
,
const
uint64_t
startFSeq
)
:
m_log
(
log
),
m_connPool
(
connPool
),
m_rsetIsEmpty
(
true
),
m_hasMoreHasBeenCalled
(
false
),
m_archiveFileBuilder
(
log
)
{
...
...
catalogue/RdbmsCatalogueGetArchiveFilesForRepackItor.hpp
View file @
98a0cdf0
...
...
@@ -74,11 +74,6 @@ private:
*/
log
::
Logger
&
m_log
;
/**
* The database connection pool.
*/
rdbms
::
ConnPool
&
m_connPool
;
/**
* True if the result set is empty.
*/
...
...
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