remove unused
This commit is contained in:
@@ -440,7 +440,7 @@ char *url_encode(const char *str) {
|
||||
|
||||
|
||||
ChannelRequesterImpl::ChannelRequesterImpl(bool _printOnlyErrors) :
|
||||
printOnlyErrors(_printOnlyErrors), showDisconnectMsg(false)
|
||||
showDisconnectMsg(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -67,7 +67,6 @@ class ChannelRequesterImpl :
|
||||
{
|
||||
private:
|
||||
epics::pvData::Event m_event;
|
||||
bool printOnlyErrors;
|
||||
bool showDisconnectMsg;
|
||||
|
||||
public:
|
||||
|
||||
@@ -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).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user