rc2014-tiny: remove stale debug
authorAlan Cox <alan@linux.intel.com>
Thu, 20 Sep 2018 00:53:37 +0000 (01:53 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 20 Sep 2018 00:53:37 +0000 (01:53 +0100)
Kernel/platform-rc2014-tiny/devtty.c

index 4b3d955..200652b 100644 (file)
@@ -72,8 +72,6 @@ void tty_pollirq_acia(void)
        }
 }
 
-static char hex[] = { "0123456789ABCDEF" };
-
 void tty_putc(uint8_t minor, unsigned char c)
 {
        if (ser_type == 1) {