aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 15:05:51 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 15:05:54 +0100
commitf260cd031c47c396a89736fffa78248de467e9eb (patch)
tree55fd272314d0b3618244821e781cc7a60a9a1cc6 /src
parent18c4b536f2ad721be5787f77176ef96298063bf2 (diff)
input/Rewind: remove bogus assertion
Diffstat (limited to 'src')
-rw-r--r--src/input/RewindInputPlugin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/RewindInputPlugin.cxx b/src/input/RewindInputPlugin.cxx
index 207d9ff0..d93d7d1c 100644
--- a/src/input/RewindInputPlugin.cxx
+++ b/src/input/RewindInputPlugin.cxx
@@ -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;