summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
-rw-r--r--libglusterfs/src/glusterfs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h
index 70a50af6a..5c2843851 100644
--- a/libglusterfs/src/glusterfs.h
+++ b/libglusterfs/src/glusterfs.h
@@ -383,12 +383,6 @@ struct _glusterfs_ctx {
call to fsd-mgmt */
gf_log_handle_t log; /* all logging related variables */
- pthread_key_t synctask_key;
- pthread_key_t uuid_buf_key;
- char uuid_buf[GF_UUID_BUF_SIZE];
- pthread_key_t lkowner_buf_key;
- char lkowner_buf[GF_LKOWNER_BUF_SIZE];
-
int mem_acct_enable;
};