aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Configured.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/Configured.hxx')
-rw-r--r--src/db/Configured.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/Configured.hxx b/src/db/Configured.hxx
index 0cd054b4b..4e4299bfc 100644
--- a/src/db/Configured.hxx
+++ b/src/db/Configured.hxx
@@ -34,6 +34,6 @@ class Error;
*/
Database *
CreateConfiguredDatabase(EventLoop &loop, DatabaseListener &listener,
- bool have_storage, bool &is_simple_r, Error &error);
+ bool &is_simple_r, Error &error);
#endif