mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
remove unused variables
This commit is contained in:
parent
7a28998b82
commit
f134004ddb
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ fn format_drive(drive_name: &str) -> rsfdisk::Result<()> {
|
|||
}
|
||||
|
||||
fn format_partitions(drive_name: &str) {
|
||||
let efi_number = "p1";
|
||||
let root_number = "p2";
|
||||
let efi_path = format!("{}p1", drive_name);
|
||||
let root_path = format!("{}p2", drive_name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue