diff --git a/lib/iscsi/conn.c b/lib/iscsi/conn.c index d7f602a08..f5d33fc72 100644 --- a/lib/iscsi/conn.c +++ b/lib/iscsi/conn.c @@ -70,7 +70,6 @@ static pthread_mutex_t g_conns_mutex = PTHREAD_MUTEX_INITIALIZER; static struct spdk_poller *g_shutdown_timer = NULL; -static void iscsi_conn_full_feature_migrate(void *arg); static void iscsi_conn_stop(struct spdk_iscsi_conn *conn); static void iscsi_conn_sock_cb(void *arg, struct spdk_sock_group *group, struct spdk_sock *sock);