aboutsummaryrefslogtreecommitdiffstats
path: root/src/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/string.c b/src/string.c
index ac964705..89c4abaa 100644
--- a/src/string.c
+++ b/src/string.c
@@ -1,21 +1,13 @@
// Copyright 2011-2021 David Robillard <d@drobilla.net>
// SPDX-License-Identifier: ISC
-#include "memory.h"
#include "string_utils.h"
-#include "serd/memory.h"
#include "serd/status.h"
#include "serd/string.h"
#include <stddef.h>
-void
-serd_free(SerdAllocator* const allocator, void* const ptr)
-{
- serd_afree(allocator, ptr);
-}
-
const char*
serd_strerror(const SerdStatus status)
{