Removed unused private field in FailoverStrategy class.
This commit is contained in:
parent
f8f89a0946
commit
89608ade3b
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ FailoverStrategy::FailoverStrategy(const std::vector<Url*> &urls, int retryPause
|
|||
m_retryPause(retryPause),
|
||||
m_active(-1),
|
||||
m_index(0),
|
||||
m_remaining(0),
|
||||
m_listener(listener)
|
||||
{
|
||||
for (const Url *url : urls) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue