summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/latency.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/latency.c')
-rw-r--r--libglusterfs/src/latency.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/latency.c b/libglusterfs/src/latency.c
index 71f982420..d8f405148 100644
--- a/libglusterfs/src/latency.c
+++ b/libglusterfs/src/latency.c
@@ -99,8 +99,6 @@ gf_set_fop_from_fn_pointer (call_frame_t *frame, struct xlator_fops *fops, void
fop = GF_FOP_ENTRYLK;
else if (fops->fentrylk == fn)
fop = GF_FOP_FENTRYLK;
- else if (fops->checksum == fn)
- fop = GF_FOP_CHECKSUM;
else if (fops->xattrop == fn)
fop = GF_FOP_XATTROP;
else if (fops->fxattrop == fn)