Skip to content

Commit c9095b7

Browse files
committed
test: remove unnecessary assignment in bdb
1 parent b847f49 commit c9095b7

File tree

1 file changed

+0
-1
lines changed
  • test/functional/test_framework

1 file changed

+0
-1
lines changed

test/functional/test_framework/bdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def dump_leaf_page(data):
5151
page_info['pgno'] = pgno
5252
page_info['prev_pgno'] = prev_pgno
5353
page_info['next_pgno'] = next_pgno
54-
page_info['entries'] = entries
5554
page_info['hf_offset'] = hf_offset
5655
page_info['level'] = level
5756
page_info['pg_type'] = pg_type

0 commit comments

Comments
 (0)