diff options
Diffstat (limited to 'libglusterfs/src/globals.c')
| -rw-r--r-- | libglusterfs/src/globals.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/libglusterfs/src/globals.c b/libglusterfs/src/globals.c index 64b25663595..e041ce5d6b4 100644 --- a/libglusterfs/src/globals.c +++ b/libglusterfs/src/globals.c @@ -114,9 +114,6 @@ glusterfs_ctx_init ()          INIT_LIST_HEAD (&glusterfs_ctx->mempool_list);          ret = pthread_mutex_init (&glusterfs_ctx->lock, NULL); -        glusterfs_ctx->daemon_pipe[0] = -1; -        glusterfs_ctx->daemon_pipe[1] = -1; -  out:          return ret;  }  | 
