Преглед изворни кода

removed unused declaration

Tino Bischoff пре 5 година
родитељ
комит
f992964ec1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/pubsub/server_pubsub_publisher_iop.c

+ 1 - 1
examples/pubsub/server_pubsub_publisher_iop.c

@@ -55,7 +55,7 @@ static UA_NodeId ds2DateTimeId;
 static UA_NodeId ds2UInt32ArrId;
 static UA_UInt32 ds2UInt32ArrValue[10] = { 0, 10, 20, 30, 40, 50, 60, 70, 80, 90 };
 
-UA_NodeId connectionIdent, publishedDataSetIdent, writerGroupIdent;
+UA_NodeId connectionIdent;
 
 void
 timerCallback(UA_Server *server, void *data);