reactos/ntoskrnl/mm
diff -u -r1.59 -r1.60
--- mminit.c 31 Dec 2003 05:33:04 -0000 1.59
+++ mminit.c 17 Feb 2004 23:58:54 -0000 1.60
@@ -1,4 +1,4 @@
-/* $Id: mminit.c,v 1.59 2003/12/31 05:33:04 jfilby Exp $
+/* $Id: mminit.c,v 1.60 2004/02/17 23:58:54 tamlin Exp $
*
* COPYRIGHT: See COPYING in the top directory
* PROJECT: ReactOS kernel
@@ -41,11 +41,6 @@
extern unsigned int _bss_end__;
-#if defined(_MSC_VER)
-
-#pragma message("This will never work until we somehow fix these!")
-
-#endif
static BOOLEAN IsThisAnNtAsSystem = FALSE;
static MM_SYSTEM_SIZE MmSystemSize = MmSmallSystem;