diff options
author | Volker Lendecke <vl@samba.org> | 2015-09-20 20:25:53 +0200 |
---|---|---|
committer | Ralph Böhme <slow@samba.org> | 2015-09-22 04:51:16 +0200 |
commit | 225cba6e413758dcaff2ba275fa81b37485922f2 (patch) | |
tree | 873ea7aae156242d35bb818a5d1d4a006da1f427 /lib/dbwrap/dbwrap.c | |
parent | 5d12eb890880c4d7e23a266f6817e40636fc81e6 (diff) | |
download | samba-225cba6e413758dcaff2ba275fa81b37485922f2.tar.gz |
dbwrap: Remove unused dbwrap_hash_size()
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'lib/dbwrap/dbwrap.c')
-rw-r--r-- | lib/dbwrap/dbwrap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/dbwrap/dbwrap.c b/lib/dbwrap/dbwrap.c index d75c714ef1f..3cfb21b3c50 100644 --- a/lib/dbwrap/dbwrap.c +++ b/lib/dbwrap/dbwrap.c @@ -395,11 +395,6 @@ int dbwrap_wipe(struct db_context *db) return db->wipe(db); } -int dbwrap_hash_size(struct db_context *db) -{ - return db->hash_size; -} - int dbwrap_check(struct db_context *db) { if (db->check == NULL) { |