Merge pull request #1408 from gportay/remove-unused-variable

[bootloader] Remove unused variable root_mount_point
This commit is contained in:
Adriaan de Groot 2020-05-15 21:58:37 +02:00 committed by GitHub
commit 02cb005529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: