diff options
Diffstat (limited to 'api/src/glfs.c')
-rw-r--r-- | api/src/glfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/src/glfs.c b/api/src/glfs.c index 9a92fa97c3d..4f742b2847c 100644 --- a/api/src/glfs.c +++ b/api/src/glfs.c @@ -155,8 +155,6 @@ glusterfs_ctx_defaults_init (glusterfs_ctx_t *ctx) LOCK_INIT (&pool->lock); ctx->pool = pool; - pthread_mutex_init (&(ctx->lock), NULL); - ret = 0; err: if (ret && pool) { |