Remove unused function from lib/base/string.c as it breaks with -Werror.
This commit is contained in:
@@ -159,16 +159,6 @@ heim_string_create_with_bytes(const void *data, size_t len)
|
|||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
static void
|
|
||||||
string_free(void *ptr)
|
|
||||||
{
|
|
||||||
free(ptr);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a string object using a format string
|
* Create a string object using a format string
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user