Skip to content

Commit

Permalink
obj: buf_off is unused
Browse files Browse the repository at this point in the history
Ref: pmem/issues#5515
Signed-off-by: Bruno Faccini <bruno.faccini@intel.com>
  • Loading branch information
bfaccini committed Feb 15, 2023
1 parent e288a62 commit 6b9e943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libpmemobj/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,6 @@ pmemobj_tx_commit(void)

struct user_buffer_def *userbuf;
struct operation_context *ctx = tx->lane->external;
uint64_t buf_off;
VEC_FOREACH_BY_PTR(userbuf, &tx->redo_userbufs)
if (operation_add_user_buffer(ctx, userbuf) == -1)
FATAL("%s: failed to allocate the next vector",
Expand Down

0 comments on commit 6b9e943

Please sign in to comment.