lib/upnp/Util: remove unused function csvToStrings()

This commit is contained in:
Max Kellermann
2018-01-02 13:12:40 +01:00
parent cdf615f783
commit 8c7d7dfa5b
2 changed files with 0 additions and 35 deletions

View File

@@ -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_ */