From 9a554bc4e94c99ed7969468a5c345608a5777af0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 15 Oct 2009 12:24:59 -0400 Subject: Remove two unused functions. These functions were used when reconnecting to the DP after losing the connection. Since there is no DP any longer, there's no reason to have these functions. --- server/responder/nss/nsssrv.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'server/responder/nss') diff --git a/server/responder/nss/nsssrv.c b/server/responder/nss/nsssrv.c index 319c0b747..9e93c069e 100644 --- a/server/responder/nss/nsssrv.c +++ b/server/responder/nss/nsssrv.c @@ -216,14 +216,6 @@ done: return ret; } -static void nss_shutdown(struct resp_ctx *rctx) -{ - /* TODO: Do clean-up here */ - - /* Nothing left to do but exit() */ - exit(0); -} - static struct sbus_method nss_dp_methods[] = { { NULL, NULL } }; -- cgit