1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

ctdb-recovered: Drop unused variable

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Amitay Isaacs 2015-06-05 16:36:08 +10:00 committed by Michael Adam
parent 2e2dba8d13
commit 941669ae36

View File

@ -1137,8 +1137,6 @@ done:
static void detach_database_handler(struct ctdb_context *ctdb, uint64_t srvid,
TDB_DATA data, void *private_data)
{
struct ctdb_recoverd *rec = talloc_get_type(private_data,
struct ctdb_recoverd);
uint32_t db_id;
struct ctdb_db_context *ctdb_db;