From 01e7b326b6442d8fa3965a91f73ca56b901caae7 Mon Sep 17 00:00:00 2001 From: "Roland C. Dowdeswell" Date: Tue, 26 Jun 2012 22:14:47 +0100 Subject: [PATCH] Remove unused function from lib/base/string.c as it breaks with -Werror. --- lib/base/string.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/base/string.c b/lib/base/string.c index 87396dc53..35ea2182b 100644 --- a/lib/base/string.c +++ b/lib/base/string.c @@ -159,16 +159,6 @@ heim_string_create_with_bytes(const void *data, size_t len) return s; } -/* - * - */ - -static void -string_free(void *ptr) -{ - free(ptr); -} - /** * Create a string object using a format string *