From b82920ddbd6c401a033ed1ff507379fdf7fcbc03 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Jul 2018 16:40:45 +0200 Subject: Remove serd_reader_set_default_graph This is easily handled by the sink. In particular, the inserter already contains this functionality. --- serd/serd.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'serd') diff --git a/serd/serd.h b/serd/serd.h index 3b6fa3e3..93a2454d 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -1071,18 +1071,6 @@ void serd_reader_add_blank_prefix(SerdReader* reader, const char* prefix); -/** - Set the URI of the default graph. - - If this is set, the reader will emit quads with the graph set to the given - node for any statements that are not in a named graph (which is currently - all of them since Serd currently does not support any graph syntaxes). -*/ -SERD_API -void -serd_reader_set_default_graph(SerdReader* reader, - const SerdNode* graph); - /** Prepare to read from the file at a local file `uri`. */ -- cgit v1.2.1