This commit was manufactured by cvs2svn to create branch 'captive'.
[captive.git] / src / libcaptive / mm / mminit.c
diff --git a/src/libcaptive/mm/mminit.c b/src/libcaptive/mm/mminit.c
deleted file mode 100644 (file)
index 445db4f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/* $Id$
- * reactos overall memory managemtn emulation for reactos of libcaptive
- * Copyright (C) 2002 Jan Kratochvil <project-captive@jankratochvil.net>
- * 
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; exactly version 2 of June 1991 is required
- * 
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-
-#include "config.h"
-
-#include "reactos/ddk/mmfuncs.h"       /* self */
-#include "reactos/ddk/mmtypes.h"       /* for MmSmallSystem/MmMediumSystem/MmLargeSystem */
-
-
-/* CONFIG: */
-#define CAPTIVE_SYSTEM_SIZE (MmSmallSystem)
-
-
-/**
- * MmQuerySystemSize:
- *
- * Fixed constant.
- *
- * Returns: %$(top_srcdir)/src/libcaptive/mm/mminit.c/CAPTIVE_SYSTEM_SIZE.
- */
-MM_SYSTEM_SIZE MmQuerySystemSize(VOID)
-{
-       return CAPTIVE_SYSTEM_SIZE;
-}