Mercurial > hg
changeset 49533:8d6c8a9a91f8
revlog: drop an unused variable assignment
It's assigned again 2 lines later.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 19 Oct 2022 11:24:20 -0400 |
parents | 250d9c8aaf10 |
children | 92892dff03f3 |
files | mercurial/revlog.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/revlog.py Thu Oct 20 13:12:37 2022 -0400 +++ b/mercurial/revlog.py Wed Oct 19 11:24:20 2022 -0400 @@ -505,7 +505,6 @@ self._docket = docket self._docket_file = entry_point else: - entry_data = b'' self._initempty = True entry_data = self._get_data(entry_point, mmapindexthreshold) if len(entry_data) > 0: