diff options
Diffstat (limited to 'libglusterfs/src/ctx.c')
-rw-r--r-- | libglusterfs/src/ctx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/ctx.c b/libglusterfs/src/ctx.c index 94c56acdea5..90480d09774 100644 --- a/libglusterfs/src/ctx.c +++ b/libglusterfs/src/ctx.c @@ -31,9 +31,7 @@ glusterfs_ctx_new () ctx->mem_acct_enable = gf_global_mem_acct_enable_get(); INIT_LIST_HEAD (&ctx->graphs); -#if defined(OLD_MEM_POOLS) INIT_LIST_HEAD (&ctx->mempool_list); -#endif INIT_LIST_HEAD (&ctx->volfile_list); ctx->daemon_pipe[0] = -1; |