Browse Source

remove nsCtx from UA_Server struct, UA_Nodestore* now available at server config

matkonnerth 5 years ago
parent
commit
1363d85626
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/server/ua_server_internal.h

+ 0 - 3
src/server/ua_server_internal.h

@@ -69,9 +69,6 @@ struct UA_Server {
     UA_DateTime endTime; /* Zeroed out. If a time is set, then the server shuts
                           * down once the time has been reached */
 
-    /* Nodestore */
-    void *nsCtx;
-
     UA_ServerLifecycle state;
 
     /* Security */