summaryrefslogtreecommitdiff
path: root/src/lib/upnp/Util.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-01-02 13:12:40 +0100
committerMax Kellermann <max@musicpd.org>2018-01-02 14:16:57 +0100
commit8c7d7dfa5bf37ff80bbe7fb1cf9d7221f9211e1d (patch)
treee61b7f013e764fd690c4cf4a83b2b3003ec9aba1 /src/lib/upnp/Util.hxx
parentcdf615f7836a955223cf7e6df697c525924bd9b3 (diff)
lib/upnp/Util: remove unused function csvToStrings()
Diffstat (limited to 'src/lib/upnp/Util.hxx')
-rw-r--r--src/lib/upnp/Util.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/upnp/Util.hxx b/src/lib/upnp/Util.hxx
index 5ff2710a6..de1950d5b 100644
--- a/src/lib/upnp/Util.hxx
+++ b/src/lib/upnp/Util.hxx
@@ -35,8 +35,4 @@ gcc_pure
std::list<std::string>
stringToTokens(const std::string &str, char delim) noexcept;
-template <class T>
-bool
-csvToStrings(const char *s, T &tokens) noexcept;
-
#endif /* _UPNPP_H_X_INCLUDED_ */