From 3a4bd5f1b31cb5c1522d9e6c7222414342682467 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Jul 2021 18:44:03 -0400 Subject: [WIP] Remove SERD_CURIE node datatype entirely --- src/env.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/env.h') diff --git a/src/env.h b/src/env.h index a4f0e1ed..64a0abc1 100644 --- a/src/env.h +++ b/src/env.h @@ -5,21 +5,11 @@ #define SERD_SRC_ENV_H #include "serd/env.h" -#include "serd/node.h" #include "serd/status.h" #include "serd/string_view.h" #include "serd/uri.h" #include "zix/attributes.h" -#include - -/// Qualify `uri` into a CURIE if possible -bool -serd_env_qualify_in_place(const SerdEnv* env, - const SerdNode* uri, - const SerdNode** prefix, - SerdStringView* suffix); - /** Return the URI for the prefix with the given name. -- cgit v1.2.1