From c5fb8c6326dfe8c46fe2247e611ae1bf94275da0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Aug 2020 16:05:10 +0200 Subject: Merge datatype and/or language into node This moves closer to the sord API, and is more convenient in most cases. --- tests/read_chunk_test.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/read_chunk_test.c') diff --git a/tests/read_chunk_test.c b/tests/read_chunk_test.c index 93291e01..6515df32 100644 --- a/tests/read_chunk_test.c +++ b/tests/read_chunk_test.c @@ -53,9 +53,7 @@ on_statement(void* handle, const SerdNode* graph, const SerdNode* subject, const SerdNode* predicate, - const SerdNode* object, - const SerdNode* object_datatype, - const SerdNode* object_lang) + const SerdNode* object) { (void)handle; (void)flags; @@ -63,8 +61,6 @@ on_statement(void* handle, (void)subject; (void)predicate; (void)object; - (void)object_datatype; - (void)object_lang; ++n_statement; return SERD_SUCCESS; -- cgit v1.2.1