From 0f9816d67bc67a396607291f845ca2a33c2285a7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Dec 2022 17:55:02 -0500 Subject: Use ZixAllocator directly --- src/string.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/string.c') 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 // SPDX-License-Identifier: ISC -#include "memory.h" #include "string_utils.h" -#include "serd/memory.h" #include "serd/status.h" #include "serd/string.h" #include -void -serd_free(SerdAllocator* const allocator, void* const ptr) -{ - serd_afree(allocator, ptr); -} - const char* serd_strerror(const SerdStatus status) { -- cgit v1.2.1