protos/limine: Remove left over stray line from 50a949dd0ab3762b6a14a464f6398990503bafba
diff --git a/common/protos/limine.c b/common/protos/limine.c
index 0005a32b..06c76928 100644
--- a/common/protos/limine.c
+++ b/common/protos/limine.c
@@ -467,7 +467,6 @@ noreturn void limine_load(char *config, char *cmdline) {
// TODO(qookie): aarch64 also has optional 5 level paging when using 4K pages
#elif defined (__riscv64)
max_supported_paging_mode = vmm_max_paging_mode();
- max_supported_paging_mode >= PAGING_MODE_RISCV_SV48 ? PAGING_MODE_RISCV_SV48 : PAGING_MODE_RISCV_SV39;
#else
#error Unknown architecture
#endif
