diff options
| author | Anoop C S <anoopcs@redhat.com> | 2017-02-02 15:54:10 +0530 | 
|---|---|---|
| committer | Jeff Darcy <jdarcy@redhat.com> | 2017-02-02 11:49:53 -0500 | 
| commit | b0012f81089258dc0b864db4b34afc3205c265df (patch) | |
| tree | 78bb3312e5a838c8a9ea790be0978797492cdf93 /glusterfsd | |
| parent | db80efc8d5cc24597de636d8df2e5a9ce81d670d (diff) | |
glusterfsd/gf_attach: Remove unused varibale
Change-Id: I1f2ae36c91bd0880a7f15aa73b7e0f462c7e7952
BUG: 1198849
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-on: https://review.gluster.org/16517
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'glusterfsd')
| -rw-r--r-- | glusterfsd/src/gf_attach.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/glusterfsd/src/gf_attach.c b/glusterfsd/src/gf_attach.c index 0393dc5f42f..05119e4f4ca 100644 --- a/glusterfsd/src/gf_attach.c +++ b/glusterfsd/src/gf_attach.c @@ -171,7 +171,6 @@ main (int argc, char *argv[])  {          glfs_t                  *fs;          struct rpc_clnt         *rpc; -        xlator_t                that;          dict_t                  *options;          int                     ret;          int                     op = GLUSTERD_BRICK_ATTACH; @@ -197,7 +196,6 @@ done_parsing:                  fprintf (stderr, "glfs_new failed\n");                  return EXIT_FAILURE;          } -        that.ctx = fs->ctx;          (void) glfs_set_logging (fs, "/dev/stderr", 7);          /*  | 
