summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/call-stub.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/call-stub.c b/libglusterfs/src/call-stub.c
index 3715dfffa2b..4fe1caf330e 100644
--- a/libglusterfs/src/call-stub.c
+++ b/libglusterfs/src/call-stub.c
@@ -2695,7 +2695,6 @@ call_resume_unwind (call_stub_t *stub)
case GF_FOP_RENAME:
{
-#if 0
if (!stub->args.rename_cbk.fn)
STACK_UNWIND (stub->frame,
stub->args.rename_cbk.op_ret,
@@ -2716,7 +2715,6 @@ call_resume_unwind (call_stub_t *stub)
&stub->args.rename_cbk.postoldparent,
&stub->args.rename_cbk.prenewparent,
&stub->args.rename_cbk.postnewparent);
-#endif
break;
}