Commit f260cd03 authored by Max Kellermann's avatar Max Kellermann

input/Rewind: remove bogus assertion

parent 18c4b536
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment