diff options
-rw-r--r-- | xlators/debug/trace/src/trace.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/debug/trace/src/trace.c b/xlators/debug/trace/src/trace.c index 67ebeb13407..738cc489825 100644 --- a/xlators/debug/trace/src/trace.c +++ b/xlators/debug/trace/src/trace.c @@ -2090,9 +2090,6 @@ init (xlator_t *this) if (gf_log_get_loglevel () < GF_LOG_NORMAL) gf_log_set_loglevel (GF_LOG_NORMAL); - /* Set this translator's inode table pointer to child node's pointer. */ - this->itable = FIRST_CHILD (this)->itable; - return 0; } |