diff options
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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". */ |