Remove unused `bootc_unlock_requested` variable
This commit is contained in:
parent
5c30896035
commit
5cf17d4a7a
|
@ -205,8 +205,6 @@ class BaseCli(dnf.Base):
|
||||||
else:
|
else:
|
||||||
self.output.reportDownloadSize(install_pkgs, install_only)
|
self.output.reportDownloadSize(install_pkgs, install_only)
|
||||||
|
|
||||||
bootc_unlock_requested = False
|
|
||||||
|
|
||||||
if trans or self._moduleContainer.isChanged() or \
|
if trans or self._moduleContainer.isChanged() or \
|
||||||
(self._history and (self._history.group or self._history.env)):
|
(self._history and (self._history.group or self._history.env)):
|
||||||
# confirm with user
|
# confirm with user
|
||||||
|
|
Loading…
Reference in New Issue