diff options
-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 9035ed9b2..342170b5c 100644 --- a/xlators/performance/stat-prefetch/src/stat-prefetch.c +++ b/xlators/performance/stat-prefetch/src/stat-prefetch.c @@ -553,9 +553,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: |