summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2018-05-29 11:56:13 +0200
committerAmar Tumballi <amarts@redhat.com>2018-06-21 05:37:09 +0000
commita2b65d01f5feb68a3bf56399c7815e5f0a73101f (patch)
tree0273fd9fb9f4bef2b24b548d8df12cfe5fa07d0f /xlators/protocol/client/src/client.h
parent13b5ab49ac8f700eab0f32011e0d42b789ab00ab (diff)
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 <obnox@samba.org>
Diffstat (limited to 'xlators/protocol/client/src/client.h')
-rw-r--r--xlators/protocol/client/src/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h
index 5ee480367cb..b72404f5639 100644
--- a/xlators/protocol/client/src/client.h
+++ b/xlators/protocol/client/src/client.h
@@ -189,7 +189,6 @@ typedef struct clnt_conf {
pthread_spinlock_t fd_lock; /* protects saved_fds list
* and all fdctx */
pthread_mutex_t lock;
- int connecting;
int connected;
rpc_clnt_prog_t *fops;