Remove useless function definition

This commit is contained in:
Patrick J Cherry
2018-12-07 15:05:19 +00:00
parent 70a3a4bb55
commit 5839a36ab1

View File

@@ -812,8 +812,6 @@ void server_control_arrived(struct server *serve)
}
void flexnbd_stop_control(struct flexnbd *flexnbd);
/** Closes sockets, frees memory and waits for all client threads to finish */
void serve_cleanup(struct server *params,
int fatal __attribute__ ((unused)))