aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabaseSimple.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-04 09:03:17 +0100
committerMax Kellermann <max@duempel.org>2014-02-04 09:03:17 +0100
commit33a2c01ea2e6c06922eb0ce6a8f08760206138b4 (patch)
tree6ce2cae90d50bd9aef7ecd5f3ef33c7ec0b750ec /src/db/DatabaseSimple.hxx
parent9c637df77ec245518922c5aeb076ae52c89598d0 (diff)
downloadmpd-33a2c01ea2e6c06922eb0ce6a8f08760206138b4.tar.gz
mpd-33a2c01ea2e6c06922eb0ce6a8f08760206138b4.tar.xz
mpd-33a2c01ea2e6c06922eb0ce6a8f08760206138b4.zip
db/Simple: remove unused function db_get_directory()
Diffstat (limited to 'src/db/DatabaseSimple.hxx')
-rw-r--r--src/db/DatabaseSimple.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/db/DatabaseSimple.hxx b/src/db/DatabaseSimple.hxx
index b99b3bfa5..5d5680d43 100644
--- a/src/db/DatabaseSimple.hxx
+++ b/src/db/DatabaseSimple.hxx
@@ -49,14 +49,6 @@ Directory *
db_get_root(void);
/**
- * Caller must lock the #db_mutex.
- */
-gcc_nonnull(1)
-gcc_pure
-Directory *
-db_get_directory(const char *name);
-
-/**
* May only be used if db_is_simple() returns true.
*/
bool