aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.c')
-rw-r--r--src/env.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/env.c b/src/env.c
index 99bf77af..7d15015c 100644
--- a/src/env.c
+++ b/src/env.c
@@ -42,12 +42,6 @@ serd_node_copy(const SerdNode* node)
return copy;
}
-static void
-serd_node_free(SerdNode* node)
-{
- free((uint8_t*)node->buf); // FIXME: const cast
-}
-
SERD_API
SerdEnv
serd_env_new()