diff options
Diffstat (limited to 'source3/include/dbwrap.h')
-rw-r--r-- | source3/include/dbwrap.h | 2 |
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, |