Kernel/x86 - Removed now-redundant extern prototype
authorJohn Hodge <[email protected]>
Thu, 20 Dec 2012 02:23:14 +0000 (10:23 +0800)
committerJohn Hodge <[email protected]>
Thu, 20 Dec 2012 02:23:14 +0000 (10:23 +0800)
KernelLand/Kernel/arch/x86/main.c

index 3abf548..97a7c75 100644 (file)
@@ -19,7 +19,6 @@
 
 // === IMPORTS ===
 extern char    gKernelEnd[];
-extern void    Heap_Install(void);
 extern void    MM_PreinitVirtual(void);
 extern void    MM_Install(int NPMemRanges, tPMemMapEnt *PMemRanges);
 extern void    MM_InstallVirtual(void);

UCC git Repository :: git.ucc.asn.au