aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pk/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pk/init.c b/pk/init.c
index 74cd42d..3058d43 100644
--- a/pk/init.c
+++ b/pk/init.c
@@ -44,7 +44,6 @@ static void handle_option(const char* s)
case 'm': // memory capacity in MiB
{
uintptr_t mem_mb = atol(&s[2]);
- mem_mb = 64;
if (!mem_mb)
goto need_nonzero_int;
mem_size = mem_mb << 20;