Skip to content

Commit b219f34

Browse files
committed
fix unused var warning
1 parent cb27a05 commit b219f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/13-PullClient.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace o2::monitoring;
99

1010
int main()
1111
{
12-
int ix=0;
12+
//int ix=0;
1313
/// List of topics to subscribe
1414
std::vector<std::string> topics = {"cru.link_status"};
1515
/// Connect to server

0 commit comments

Comments
 (0)