aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Directory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/upnp/Directory.cxx')
-rw-r--r--src/db/upnp/Directory.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db/upnp/Directory.cxx b/src/db/upnp/Directory.cxx
index bc871a448..cbe025e7a 100644
--- a/src/db/upnp/Directory.cxx
+++ b/src/db/upnp/Directory.cxx
@@ -160,8 +160,6 @@ protected:
virtual void CharacterData(const XML_Char *s, int len)
{
- if (s == 0 || *s == 0)
- return;
std::string str(s, len);
trimstring(str);
switch (m_path.back()[0]) {