lib/upnp/Util: remove unused function stringToTokens()
This commit is contained in:
@@ -20,10 +20,7 @@
|
||||
#ifndef MPD_UPNP_UTIL_HXX
|
||||
#define MPD_UPNP_UTIL_HXX
|
||||
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
void
|
||||
trimstring(std::string &s, const char *ws = " \t\n") noexcept;
|
||||
@@ -31,8 +28,4 @@ trimstring(std::string &s, const char *ws = " \t\n") noexcept;
|
||||
std::string
|
||||
path_getfather(const std::string &s) noexcept;
|
||||
|
||||
gcc_pure
|
||||
std::list<std::string>
|
||||
stringToTokens(const std::string &str, char delim) noexcept;
|
||||
|
||||
#endif /* _UPNPP_H_X_INCLUDED_ */
|
||||
|
Reference in New Issue
Block a user