revlog: drop an unused variable assignment
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 19 Oct 2022 11:24:20 -0400
changeset 49533 8d6c8a9a91f8
parent 49532 250d9c8aaf10
child 49534 92892dff03f3
revlog: drop an unused variable assignment It's assigned again 2 lines later.
mercurial/revlog.py
--- 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: