[bootloader] Remove unused variable root_mount_point

- root_mount_point was used initially for logging c1a139995 (adding new
  bootloader job options are to use grub for BIOS, gummiboot for efi set
  extra mountpoint when efi is found)
- the trace was removed since 533031b3c ([bootloader] print() does not
  log)
This commit is contained in:
Gaël PORTAY 2020-05-14 09:08:17 -04:00
parent c3d8112187
commit 33f6bd5699

View File

@ -57,7 +57,6 @@ def get_uuid():
:return:
"""
root_mount_point = libcalamares.globalstorage.value("rootMountPoint")
partitions = libcalamares.globalstorage.value("partitions")
for partition in partitions: