aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_read_chunk.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-14 16:05:10 +0200
committerDavid Robillard <d@drobilla.net>2021-03-07 15:32:24 -0500
commit6f03ae92415a7758fdc74f6720ec4955bc67fc0c (patch)
tree027582bca0844f8fe650db707eb14dc3b46c7598 /test/test_read_chunk.c
parent194d6f42583745c3fde6387b14abab2311b4f0b7 (diff)
downloadserd-6f03ae92415a7758fdc74f6720ec4955bc67fc0c.tar.gz
serd-6f03ae92415a7758fdc74f6720ec4955bc67fc0c.tar.bz2
serd-6f03ae92415a7758fdc74f6720ec4955bc67fc0c.zip
Merge datatype/language into node
This moves closer to the sord API, and is more convenient in most cases.
Diffstat (limited to 'test/test_read_chunk.c')
-rw-r--r--test/test_read_chunk.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/test_read_chunk.c b/test/test_read_chunk.c
index d97713a4..dd2961ac 100644
--- a/test/test_read_chunk.c
+++ b/test/test_read_chunk.c
@@ -54,9 +54,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;
@@ -64,8 +62,6 @@ on_statement(void* handle,
(void)subject;
(void)predicate;
(void)object;
- (void)object_datatype;
- (void)object_lang;
++n_statement;
return SERD_SUCCESS;