From 1752a00ebefb22564fb805d4c89deb39ec5e218b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Dec 2018 20:04:27 -0500 Subject: Remove serd_reader_set_default_graph() --- include/serd/serd.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/serd') diff --git a/include/serd/serd.h b/include/serd/serd.h index 778ccc03..a04f1c8f 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -1146,18 +1146,6 @@ void serd_reader_add_blank_prefix(SerdReader* SERD_NONNULL reader, const char* SERD_NULLABLE 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* SERD_NONNULL reader, - const SerdNode* SERD_NULLABLE graph); - /// Prepare to read from the file at a local file `uri` SERD_API SerdStatus -- cgit v1.2.1