aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-04-03 14:38:08 +0100
committerMatt Fleming <matt.fleming@intel.com>2012-04-17 10:58:35 +0100
commit995c8097f883f44a7c1a79b1d47269c48310f618 (patch)
tree41015e242d252e23deec0b08fe2ef2cb1917e98a
parent89a895892ee63536535a2a2af3c034559b2acb9a (diff)
downloadsyslinux-995c8097f883f44a7c1a79b1d47269c48310f618.tar.gz
syslinux-995c8097f883f44a7c1a79b1d47269c48310f618.tar.xz
syslinux-995c8097f883f44a7c1a79b1d47269c48310f618.zip
hello: Delete unused variable 'console_init'
Which also gets rid of the following warning, hello.c:10:12: warning: ‘console_init’ defined but not used Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--core/hello.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/hello.c b/core/hello.c
index 45bdf57c..5b224784 100644
--- a/core/hello.c
+++ b/core/hello.c
@@ -7,8 +7,6 @@
#include <console.h>
-static int console_init = 0;
-
void myputchar(int c)
{
static com32sys_t ireg;