Commit b0fb538f authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Reza Naghibi

GC unused function

parent aa7ab50e
......@@ -95,14 +95,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