mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
- Removed useless define.
svn path=/trunk/; revision=8768
This commit is contained in:
parent
9eb9832b02
commit
d4bd6869fe
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: mminit.c,v 1.60 2004/02/17 23:58:54 tamlin Exp $
|
||||
/* $Id: mminit.c,v 1.61 2004/03/16 21:13:15 dwelch Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -25,11 +25,6 @@
|
|||
|
||||
/* GLOBALS *****************************************************************/
|
||||
|
||||
/*
|
||||
* Size of extended memory (kb) (fixed for now)
|
||||
*/
|
||||
#define EXTENDED_MEMORY_SIZE (3*1024*1024)
|
||||
|
||||
/*
|
||||
* Compiler defined symbols
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue