aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdOutputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-31 16:54:00 +0100
committerMax Kellermann <max@duempel.org>2013-12-31 17:04:40 +0100
commitd477a9222edbf48497b1225ae189408e9889f8bd (patch)
tree1ad115a2a44ef330b1a21a0e47128f2baf68c608 /src/output/HttpdOutputPlugin.cxx
parent69a9d2919070c2564d6e573220df71c179b57246 (diff)
downloadmpd-d477a9222edbf48497b1225ae189408e9889f8bd.tar.gz
mpd-d477a9222edbf48497b1225ae189408e9889f8bd.tar.xz
mpd-d477a9222edbf48497b1225ae189408e9889f8bd.zip
output/httpd: change "struct" to "class"
Diffstat (limited to 'src/output/HttpdOutputPlugin.cxx')
-rw-r--r--src/output/HttpdOutputPlugin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/output/HttpdOutputPlugin.cxx b/src/output/HttpdOutputPlugin.cxx
index 7da91e58d..63131533a 100644
--- a/src/output/HttpdOutputPlugin.cxx
+++ b/src/output/HttpdOutputPlugin.cxx
@@ -306,8 +306,6 @@ httpd_output_open(struct audio_output *ao, AudioFormat &audio_format,
{
HttpdOutput *httpd = HttpdOutput::Cast(ao);
- assert(httpd->clients.empty());
-
const ScopeLock protect(httpd->mutex);
return httpd->Open(audio_format, error);
}