:: commit 0748cf5bf2c76826cb5bf8df4675740610fd1198

mintsuki <mintsuki@protonmail.com> — 2022-11-30 00:48

parents: a48036141f

Revert "fs: Fix unused variable warning introduced in ba5aca6f"

This reverts commit a48036141fdf3443dc1d9c43a856076c4250cb5b.
diff --git a/common/fs/file.s2.c b/common/fs/file.s2.c
index 43e2ce5b..8516ed9d 100644
--- a/common/fs/file.s2.c
+++ b/common/fs/file.s2.c
@@ -21,7 +21,6 @@ char *fs_get_label(struct volume *part) {
 }
 
 bool fs_get_guid(struct guid *guid, struct volume *part) {
-    (void)guid; (void)part;
     return false;
 }
 
tab: 248 wrap: offon