aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Device.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db/upnp/Device.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db/upnp/Device.cxx b/src/db/upnp/Device.cxx
index c1cfab07a..37a5bf928 100644
--- a/src/db/upnp/Device.cxx
+++ b/src/db/upnp/Device.cxx
@@ -59,9 +59,6 @@ protected:
}
virtual void CharacterData(const XML_Char *s, int len) {
- if (len == 0)
- return;
-
std::string str(s, len);
trimstring(str);
switch (m_path.back()[0]) {