]> Zhao Yanbai Git Server - minix.git/commitdiff
mined.h: remove unused definition, MEMORY_SIZE. 71/2971/3
authorThomas Cort <tcort@minix3.org>
Sun, 22 Mar 2015 20:09:25 +0000 (16:09 -0400)
committerLionel Sambuc <lionel@minix3.org>
Tue, 24 Mar 2015 13:03:02 +0000 (14:03 +0100)
Change-Id: I1ae83c427cafb15f1382b7d8ab3871a36b0eec28

minix/commands/mined/mined.h

index d0804baa5f747f721bae6d51e4cc52bccecb9246..bf3a1e06fa5a08b55383f7b912b252164ddb69b7 100644 (file)
@@ -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;