From a2b65d01f5feb68a3bf56399c7815e5f0a73101f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 29 May 2018 11:56:13 +0200 Subject: client: remove the "connecting" state - it's not used The "connecting" state is not used anywhere really. It's only being set and printed. So remove it. Change-Id: I11fc8b0bdcda5a812d065543aa447d39957d3b38 fixes: bz#1583583 Signed-off-by: Michael Adam --- xlators/protocol/client/src/client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators/protocol/client/src/client.c') diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index 0d0267d8f62..bc1322573e2 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -2795,8 +2795,6 @@ client_priv_dump (xlator_t *this) } pthread_spin_unlock (&conf->fd_lock); - gf_proc_dump_write("connecting", "%d", conf->connecting); - gf_proc_dump_write ("connected", "%d", conf->connected); if (conf->rpc) { -- cgit