Skip to content

Commit

Permalink
rados-save.cpp: remove unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Al-Gaaf <[email protected]>
  • Loading branch information
dalgaaf committed Jun 1, 2017
1 parent a1e299d commit 57de81b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/storage-rados/rados-save.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,6 @@ int rados_transaction_save_commit_pre(struct mail_save_context *_ctx) {
struct mailbox_transaction_context *_t = _ctx->transaction;
const struct mail_index_header *hdr;
struct seq_range_iter iter;
uint32_t uid;
const char *dir;
string_t *src_path, *dest_path;
unsigned int n;
size_t src_prefixlen, dest_prefixlen;

i_assert(ctx->finished);

Expand Down

0 comments on commit 57de81b

Please sign in to comment.