remove unused

This commit is contained in:
Michael Davidsaver
2017-06-28 13:48:11 +02:00
parent 749e8d71d1
commit 734110eba5
3 changed files with 1 additions and 7 deletions

View File

@@ -440,7 +440,7 @@ char *url_encode(const char *str) {
ChannelRequesterImpl::ChannelRequesterImpl(bool _printOnlyErrors) :
printOnlyErrors(_printOnlyErrors), showDisconnectMsg(false)
showDisconnectMsg(false)
{
}

View File

@@ -67,7 +67,6 @@ class ChannelRequesterImpl :
{
private:
epics::pvData::Event m_event;
bool printOnlyErrors;
bool showDisconnectMsg;
public:

View File

@@ -4649,11 +4649,6 @@ private:
*/
ClientResponseHandler::shared_pointer m_responseHandler;
/**
* Context instance.
*/
static const int LOCK_TIMEOUT = 20 * 1000; // 20s
/**
* Map of channels (keys are CIDs).
*/