Patch by Jonathon Wilson:
[reactos.git] / reactos / drivers / input / keyboard / keyboard.c
index 7f51741..6ca456a 100644 (file)
@@ -546,7 +546,6 @@ KeyboardHandler(PKINTERRUPT Interrupt,
      {
        KEY_EVENT_RECORD* rec = (KEY_EVENT_RECORD *)
          CurrentIrp->AssociatedIrp.SystemBuffer;
-       PIO_STACK_LOCATION stk = IoGetCurrentIrpStackLocation(CurrentIrp);
        
        CHECKPOINT;