drop unused

This commit is contained in:
Michael Davidsaver
2017-06-06 15:33:49 +02:00
parent 0468bd0d08
commit ad2ad17fe5
2 changed files with 4 additions and 6 deletions

View File

@@ -4282,7 +4282,7 @@ public:
InternalClientContextImpl(const Configuration::shared_pointer& conf) :
m_addressList(""), m_autoAddressList(true), m_connectionTimeout(30.0f), m_beaconPeriod(15.0f),
m_broadcastPort(PVA_BROADCAST_PORT), m_receiveBufferSize(MAX_TCP_RECV),
m_namedLocker(), m_lastCID(0), m_lastIOID(0),
m_lastCID(0), m_lastIOID(0),
m_version("pvAccess Client", "cpp",
EPICS_PVA_MAJOR_VERSION,
EPICS_PVA_MINOR_VERSION,
@@ -4901,11 +4901,6 @@ private:
*/
ClientResponseHandler::shared_pointer m_responseHandler;
/**
* Context instance.
*/
NamedLockPattern<string> m_namedLocker;
/**
* Context instance.
*/