Parcourir la source

removed unused variables from test to make travis happy

Leon Urbas il y a 10 ans
Parent
commit
5a72f29d13
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      tests/check_namespace.c

+ 0 - 2
tests/check_namespace.c

@@ -32,8 +32,6 @@ START_TEST(confirmExistenceInNamespaceWithSingleEntry) {
 	Namespace *ns;
 	Namespace_new(&ns, 512, 0);
 	UA_Node* n1; createNode(&n1,0,2253); Namespace_insert(ns,n1);
-	const UA_Node* nr = UA_NULL;
-	Namespace_Entry_Lock* nl = UA_NULL;
 	UA_Int32 retval;
 	// when
 	retval = Namespace_contains(ns,&(n1->nodeId));