aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/SimpleDatabasePlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/plugins/SimpleDatabasePlugin.hxx')
-rw-r--r--src/db/plugins/SimpleDatabasePlugin.hxx3
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;