summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/dbwrap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/dbwrap.h b/source3/include/dbwrap.h
index 194692ca60..9084f87d30 100644
--- a/source3/include/dbwrap.h
+++ b/source3/include/dbwrap.h
@@ -56,8 +56,6 @@ struct db_context {
bool persistent;
};
-bool db_is_local(const char *name);
-
struct db_context *db_open_rbt(TALLOC_CTX *mem_ctx);
struct db_context *db_open_tdb(TALLOC_CTX *mem_ctx,