diff options
Diffstat (limited to 'serd')
-rw-r--r-- | serd/serd.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/serd/serd.h b/serd/serd.h index 56534571..50feb039 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -1104,18 +1104,6 @@ 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`. */ SERD_API |