Explorar el Código

removing todo

Stasik0 hace 10 años
padre
commit
ebefd2c4b8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/server/ua_server.c

+ 0 - 1
src/server/ua_server.c

@@ -633,7 +633,6 @@ UA_Server * UA_Server_new(void) {
                               &UA_NODEID_STATIC(0, UA_NS0ID_SERVER),
                               &UA_NODEID_STATIC(0, UA_NS0ID_HASCOMPONENT));
 
-    // todo: make this variable point to a member of the serverstatus
     UA_VariableNode *state = UA_VariableNode_new();
     UA_ServerState *stateEnum = UA_ServerState_new();
     *stateEnum = UA_SERVERSTATE_RUNNING;