diff options
author | Bruno Garcia <brunoely.gc@gmail.com> | 2021-02-09 10:22:50 -0300 |
---|---|---|
committer | Bruno Garcia <brunoely.gc@gmail.com> | 2021-02-09 10:22:50 -0300 |
commit | c9095b738fd4257ae5bdbb2ae38d3e7f41f51b64 (patch) | |
tree | c6c4ab327a8dd25ea458ba94631cf2806541630d /test | |
parent | b847f49717d1505694727dc800af661737fa6cc6 (diff) |
test: remove unnecessary assignment in bdb
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/test_framework/bdb.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_framework/bdb.py b/test/functional/test_framework/bdb.py index 9de358aa0a..97b9c1d6d0 100644 --- a/test/functional/test_framework/bdb.py +++ b/test/functional/test_framework/bdb.py @@ -51,7 +51,6 @@ def dump_leaf_page(data): page_info['pgno'] = pgno page_info['prev_pgno'] = prev_pgno page_info['next_pgno'] = next_pgno - page_info['entries'] = entries page_info['hf_offset'] = hf_offset page_info['level'] = level page_info['pg_type'] = pg_type |