Skip to content

Commit

Permalink
modules/kvs: Remove unnecessary cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Oct 10, 2017
1 parent 7645ad9 commit e42c744
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/kvs/lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,6 @@ int lookup_iter_missing_refs(lookup_t *lh, lookup_ref_f cb, void *data)
}

if (rc < 0) {
while ((refp = zlist_pop (lh->missing_ref_list)))
missing_ref_destroy (refp);
errno = saved_errno;
return -1;
}
Expand Down

0 comments on commit e42c744

Please sign in to comment.