diff options
Diffstat (limited to 'src/db/plugins/SimpleDatabasePlugin.hxx')
-rw-r--r-- | src/db/plugins/SimpleDatabasePlugin.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/db/plugins/SimpleDatabasePlugin.hxx b/src/db/plugins/SimpleDatabasePlugin.hxx index d998d5ac2..40d870460 100644 --- a/src/db/plugins/SimpleDatabasePlugin.hxx +++ b/src/db/plugins/SimpleDatabasePlugin.hxx @@ -107,9 +107,6 @@ private: bool Check(Error &error) const; bool Load(Error &error); - - gcc_pure - const Directory *LookupDirectory(const char *uri) const; }; extern const DatabasePlugin simple_db_plugin; |