浏览代码

removed unused variables from test to make travis happy

Leon Urbas 10 年之前
父节点
当前提交
5a72f29d13
共有 1 个文件被更改,包括 0 次插入2 次删除
  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));