From f260cd031c47c396a89736fffa78248de467e9eb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 15:05:51 +0100 Subject: input/Rewind: remove bogus assertion --- src/input/RewindInputPlugin.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/input') 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; -- cgit v1.2.3