From 0b41faec89de28a122d8a68a62b89b3bee31d9f1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Jun 2015 21:14:25 +0200 Subject: db/update/ExcludeList: remove obsolete TODO comments --- src/db/update/ExcludeList.cxx | 4 ++-- src/db/update/ExcludeList.hxx | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'src/db') 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 diff --git a/src/db/update/ExcludeList.hxx b/src/db/update/ExcludeList.hxx index eae0cac40..de48bac99 100644 --- a/src/db/update/ExcludeList.hxx +++ b/src/db/update/ExcludeList.hxx @@ -38,8 +38,6 @@ class Path; class ExcludeList { #ifdef HAVE_CLASS_GLOB std::forward_list patterns; -#else - // TODO: implement #endif public: @@ -48,7 +46,7 @@ public: #ifdef HAVE_CLASS_GLOB return patterns.empty(); #else - // TODO: implement + /* not implemented */ return true; #endif } -- cgit v1.2.3