aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/ExcludeList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-22 21:14:25 +0200
committerMax Kellermann <max@duempel.org>2015-06-22 22:12:08 +0200
commit0b41faec89de28a122d8a68a62b89b3bee31d9f1 (patch)
treecf2d41146709b83985eae7a81cd41510b2b97575 /src/db/update/ExcludeList.cxx
parente12bd00b474fd2e748067eee2e3289a060097b43 (diff)
downloadmpd-0b41faec89de28a122d8a68a62b89b3bee31d9f1.tar.gz
mpd-0b41faec89de28a122d8a68a62b89b3bee31d9f1.tar.xz
mpd-0b41faec89de28a122d8a68a62b89b3bee31d9f1.zip
db/update/ExcludeList: remove obsolete TODO comments
Diffstat (limited to 'src/db/update/ExcludeList.cxx')
-rw-r--r--src/db/update/ExcludeList.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/update/ExcludeList.cxx b/src/db/update/ExcludeList.cxx
index d20abfd3f..3b54d635e 100644
--- a/src/db/update/ExcludeList.cxx
+++ b/src/db/update/ExcludeList.cxx
@@ -74,7 +74,7 @@ ExcludeList::LoadFile(Path path_fs)
patterns.emplace_front(p);
}
#else
- // TODO: implement
+ /* not implemented */
(void)path_fs;
#endif
@@ -93,7 +93,7 @@ ExcludeList::Check(Path name_fs) const
if (i.Check(NarrowPath(name_fs).c_str()))
return true;
#else
- // TODO: implement
+ /* not implemented */
(void)name_fs;
#endif