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

This reverts commit a48036141f.
This commit is contained in:
mintsuki 2022-11-30 01:48:00 +01:00
parent a48036141f
commit 0748cf5bf2
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}