From b13ad41a4d65b577b4db67660a9edf3056bdf7af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Dec 2023 17:11:23 -0500 Subject: Use SerdNodes instead of manual memory management in tests --- tools/console.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/console.h') diff --git a/tools/console.h b/tools/console.h index c8c68411..ed59264a 100644 --- a/tools/console.h +++ b/tools/console.h @@ -76,9 +76,6 @@ serd_set_stream_utf8_mode(FILE* stream); SerdStatus serd_print_version(const char* program); -SerdStatus -serd_set_base_uri_from_path(SerdEnv* env, const char* path); - SerdSyntax serd_choose_syntax(SerdWorld* world, SerdSyntaxOptions options, -- cgit v1.2.1