aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h10
1 files changed, 0 insertions, 10 deletions
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 <stdbool.h>
-
-/// 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.