mined.h: remove unused definition, MEMORY_SIZE.

Change-Id: I1ae83c427cafb15f1382b7d8ab3871a36b0eec28
This commit is contained in:
Thomas Cort 2015-03-22 16:09:25 -04:00 committed by Lionel Sambuc
parent 50d246bbba
commit 0cf05b213d

View 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;