diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-04-21 02:18:38 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-24 20:57:41 +0530 |
commit | 174872b3644d36f6d0f8a34d9c06092abc126e4f (patch) | |
tree | cad11fd062f2cd2f8c7860089fbec04ca507c4be /libglusterfs/src/xlator.h | |
parent | e0c284c6e7c98b3a2fbd5c60d59b928d6e7af88a (diff) |
Remove log level TRACE and the macro GF_TRACE.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs/src/xlator.h')
-rw-r--r-- | libglusterfs/src/xlator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index 654e334e73e..b9555ffd5e8 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -860,7 +860,6 @@ struct _xlator { glusterfs_ctx_t *ctx; inode_table_t *itable; char ready; - char trace; char init_succeeded; void *private; }; |