diff options
Diffstat (limited to 'xlators/protocol/client/src/client.c')
| -rw-r--r-- | xlators/protocol/client/src/client.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index 971cd08b074..c7064438352 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -1075,7 +1075,6 @@ out:  static gf_boolean_t  client_set_remote_options (char *value, xlator_t *this)  { -        clnt_conf_t  *conf            = NULL;          char         *dup_value       = NULL;          char         *host            = NULL;          char         *subvol          = NULL; @@ -1086,8 +1085,6 @@ client_set_remote_options (char *value, xlator_t *this)          int           remote_port     = 0;          gf_boolean_t  ret             = _gf_false; -        conf = this->private; -          dup_value = gf_strdup (value);          host = strtok_r (dup_value, ":", &tmp);          subvol = strtok_r (NULL, ":", &tmp);  | 
