aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/AllocatedPath.cxx
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2013-12-03 13:50:50 +0600
committerDenis Krjuchkov <denis@crazydev.net>2013-12-03 13:50:50 +0600
commiteeeef3eab5aec6362094239138843476f31a2b53 (patch)
treef5c7bcc2146bbc624fc0a520fbf7481e9561ff89 /src/fs/AllocatedPath.cxx
parent96413b16046f2edbb53ab7abcca73809f6cb3a54 (diff)
downloadmpd-eeeef3eab5aec6362094239138843476f31a2b53.tar.gz
mpd-eeeef3eab5aec6362094239138843476f31a2b53.tar.xz
mpd-eeeef3eab5aec6362094239138843476f31a2b53.zip
fs/AllocatedPath: use PathTraits::BuildFS
Diffstat (limited to 'src/fs/AllocatedPath.cxx')
-rw-r--r--src/fs/AllocatedPath.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fs/AllocatedPath.cxx b/src/fs/AllocatedPath.cxx
index c6c01376f..5da748ea8 100644
--- a/src/fs/AllocatedPath.cxx
+++ b/src/fs/AllocatedPath.cxx
@@ -37,12 +37,6 @@ inline AllocatedPath::AllocatedPath(Donate, pointer _value)
AllocatedPath::~AllocatedPath() {}
AllocatedPath
-AllocatedPath::Build(const_pointer a, const_pointer b)
-{
- return AllocatedPath(Donate(), g_build_filename(a, b, nullptr));
-}
-
-AllocatedPath
AllocatedPath::FromUTF8(const char *path_utf8)
{
return AllocatedPath(Donate(), ::PathFromUTF8(path_utf8));