diff options
-rw-r--r-- | serd/serd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/serd/serd.h b/serd/serd.h index 182f263a..de2be28d 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -149,11 +149,6 @@ SERD_API bool serd_uri_resolve(const SerdURI* uri, const SerdURI* base, SerdURI* out); -/** Write @a uri to @a file. */ -SERD_API -bool -serd_uri_write(const SerdURI* uri, FILE* file); - /** Sink function for raw string output. */ typedef size_t (*SerdSink)(const void* buf, size_t len, void* stream); |