GC unused function

parent a82d8552
......@@ -97,14 +97,6 @@ sharddir_backend(const struct sharddir *shardd, int id)
return (shardd->backend[id].backend);
}
static inline const char *
sharddir_backend_ident(const struct sharddir *shardd, int host)
{
assert(host >= 0);
assert(host < shardd->n_backend);
return (shardd->backend[host].ident);
}
#define SHDBG(flag, shardd, ...) \
do { \
if ((shardd)->debug_flags & (flag)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment