branch update for HEAD-2003050101
[reactos.git] / hal / halx86 / irql.c
index 64d9b23..197d9bd 100644 (file)
@@ -209,8 +209,6 @@ HalpLowerIrql(KIRQL NewIrql)
 VOID FASTCALL
 KfLowerIrql (KIRQL     NewIrql)
 {
-  KIRQL OldIrql;
-  
   DPRINT("KfLowerIrql(NewIrql %d)\n", NewIrql);
   
   if (NewIrql > CurrentIrql)