input/Rewind: remove bogus assertion
This commit is contained in:
parent
18c4b536f2
commit
f260cd031c
@ -89,7 +89,6 @@ struct RewindInputStream {
|
||||
const struct input_stream *src = input;
|
||||
|
||||
assert(dest != src);
|
||||
assert(src->mime.empty() || dest->mime != src->mime);
|
||||
|
||||
bool dest_ready = dest->ready;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user