summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util.c b/src/util.c
index 4575ea2..f394e66 100644
--- a/src/util.c
+++ b/src/util.c
@@ -27,8 +27,6 @@
#include <errno.h>
#include <stdarg.h>
#include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -87,12 +85,6 @@ lilv_strdup(const char* str)
return copy;
}
-char*
-lilv_file_uri_parse(const char* uri, char** hostname)
-{
- return (char*)serd_file_uri_parse((const uint8_t*)uri, (uint8_t**)hostname);
-}
-
/** Return the current LANG converted to Turtle (i.e. RFC3066) style.
* For example, if LANG is set to "en_CA.utf-8", this returns "en-ca".
*/