Fix merge errors.

For some reason I made a merge fiasco between 5.0 and unstable.
This fixes the error introduced by merging unstable.
This commit is contained in:
antirez
2018-07-23 18:35:24 +02:00
parent 77a7ec7200
commit 49841a54db
2 changed files with 0 additions and 7 deletions

View File

@ -722,9 +722,6 @@ void streamIteratorRemoveEntry(streamIterator *si, streamID *current) {
/* Update the number of entries counter. */
si->stream->length--;
/* Update the number of entries counter. */
si->stream->length--;
/* Re-seek the iterator to fix the now messed up state. */
streamID start, end;
if (si->rev) {