Fixed compiler warning.
authorEric Kohl <eric.kohl@reactos.org>
Tue, 27 Apr 1999 14:49:57 +0000 (14:49 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Tue, 27 Apr 1999 14:49:57 +0000 (14:49 +0000)
svn path=/trunk/; revision=417

reactos/ntoskrnl/hal/x86/printk.c

index 7435dd3..fe4608a 100644 (file)
@@ -354,7 +354,7 @@ void HalInitConsole(boot_param* bp)
  *         bp = Parameters setup by the boot loader
  */
 {
-   int offset;
+//   int offset;
 
 #ifdef SERIAL_DEBUGGING
    /*  turn on DTR and RTS  */