Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit ba41130

Browse files
committed
zmqeventconsumer.cpp: fix unused-but-set-variable warning
1 parent 9d98c68 commit ba41130

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cppapi/client/zmqeventconsumer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,6 @@ void ZmqEventConsumer::push_zmq_event(string &ev_name,unsigned char endian,zmq::
19721972
map<std::string,EventCallBackStruct>::iterator ipos;
19731973
size_t loop;
19741974
bool no_db_dev = false;
1975-
bool first_search_succeed = false;
19761975

19771976
size_t pos = ev_name.find('/',8);
19781977
string base_tango_host = ev_name.substr(0,pos + 1);
@@ -1999,9 +1998,6 @@ void ZmqEventConsumer::push_zmq_event(string &ev_name,unsigned char endian,zmq::
19991998

20001999
if (ipos != event_callback_map.end())
20012000
{
2002-
if (loop == 0)
2003-
first_search_succeed = true;
2004-
20052001
const AttributeValue *attr_value = NULL;
20062002
const AttributeValue_3 *attr_value_3 = NULL;
20072003
const ZmqAttributeValue_4 *z_attr_value_4 = NULL;

0 commit comments

Comments
 (0)