]> git.corax.cc Git - corax/commitdiff
sys/kbd: Remove unused variable
authorMatthias Kruk <m@m10k.eu>
Tue, 5 May 2020 17:26:06 +0000 (02:26 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 5 May 2020 17:26:06 +0000 (02:26 +0900)
sys/kbd/main.c

index ab9bd8669c80855bcb7f2bc3e3efef5f073e5f64..5669b3fa55d65b7d191ac4fd0e3799aac2a614b8 100644 (file)
@@ -1,4 +1,5 @@
 #include <crxstd.h>
+#include <stdio.h>
 #include <signal.h>
 #include <string.h>
 #include <errno.h>
@@ -37,7 +38,6 @@ void _kbd_int_handler(int signal)
 
 int main(int argc, char *argv[])
 {
-       struct cxmsg msg;
        int err;
 
        _intr_rcvd = 0;