From 0cf05b213d60fbee1b72a9bea6e4e1b39a41cba9 Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Sun, 22 Mar 2015 16:09:25 -0400 Subject: [PATCH] mined.h: remove unused definition, MEMORY_SIZE. Change-Id: I1ae83c427cafb15f1382b7d8ab3871a36b0eec28 --- minix/commands/mined/mined.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/minix/commands/mined/mined.h b/minix/commands/mined/mined.h index d0804baa5..bf3a1e06f 100644 --- a/minix/commands/mined/mined.h +++ b/minix/commands/mined/mined.h @@ -54,10 +54,6 @@ extern char *pos_string; /* Absolute cursor positioning */ #define STD_OUT 1 /* File descriptor for terminal */ -#if defined(__i386__) -#define MEMORY_SIZE (50 * 1024) /* Size of data space to malloc */ -#endif - #define REPORT 2 /* Report change of lines on # lines */ typedef int FLAG; -- 2.44.0