From: Thomas Cort Date: Sun, 22 Mar 2015 20:09:25 +0000 (-0400) Subject: mined.h: remove unused definition, MEMORY_SIZE. X-Git-Url: http://zhaoyanbai.com/repos/dnssec-settime.html?a=commitdiff_plain;h=0cf05b213d60fbee1b72a9bea6e4e1b39a41cba9;p=minix.git mined.h: remove unused definition, MEMORY_SIZE. Change-Id: I1ae83c427cafb15f1382b7d8ab3871a36b0eec28 --- 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;