diff options
Diffstat (limited to 'xlators/performance')
-rw-r--r-- | xlators/performance/stat-prefetch/src/stat-prefetch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/performance/stat-prefetch/src/stat-prefetch.c b/xlators/performance/stat-prefetch/src/stat-prefetch.c index 69f9f2ba8..26bac60b7 100644 --- a/xlators/performance/stat-prefetch/src/stat-prefetch.c +++ b/xlators/performance/stat-prefetch/src/stat-prefetch.c @@ -644,9 +644,6 @@ sp_lookup_cbk (call_frame_t *frame, void *cookie, xlator_t *this, list_del_init (&stub->list); call_resume (stub); } - } else { - op_errno = EINVAL; - op_ret = -1; } out: |