Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 6b9e943

Browse files
author
Bruno Faccini
committed
obj: buf_off is unused
Ref: pmem/issues#5515 Signed-off-by: Bruno Faccini <[email protected]>
1 parent e288a62 commit 6b9e943

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libpmemobj/tx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,6 @@ pmemobj_tx_commit(void)
10161016

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

0 commit comments

Comments
 (0)