Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 7e1e08c

Browse files
committed
Removed unused code
1 parent a571676 commit 7e1e08c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/disk_layout.ml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ let make_root_var_home (pool : Storage_unit.pool) ~enc_params
273273
| `Keyfile ->
274274
Storage_unit.L1.make_luks ~path ~mapper_name:Config.sys_mapper_name
275275
enc_params);
276-
(* (if encrypt then
277-
* Storage_unit.L1.make_luks ~path ~mapper_name:Config.sys_mapper_name
278-
* enc_params
279-
* else Storage_unit.L1.make_clear ~path); *)
280276
Hashtbl.add pool.l2_pool Params.Sys.l2_id
281277
(if use_lvm then Storage_unit.L2.make_lvm ~vg_name:Config.lvm_vg_name
282278
else Storage_unit.L2.make_none ());

0 commit comments

Comments
 (0)