From 6bc22dcee2f85642169a1b91d406cfd4b7391a03 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Wed, 2 Nov 2016 22:29:59 -0700 Subject: [PATCH] Wunused-variable: Fixed all unused variables in src Additional unused variables. This commit addresses all warnings emitted from -Wunused-variable in the C++ src. Signed-off-by: Noel Eck --- src/lol/lol.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lol/lol.cxx b/src/lol/lol.cxx index 774c8128..ce195390 100644 --- a/src/lol/lol.cxx +++ b/src/lol/lol.cxx @@ -36,8 +36,6 @@ using namespace upm; static mraa_gpio_context *m_Ctx; static unsigned char *buffer; -static mraa_gpio_context c1, c2, c3, c4; - static int charlie_pairs [12][22] = { {3,124, 4,110, 5,96, 6,82, 7,68, 8,54, 9,40, 10,26, 11,12, -1,-1, -1,-1}, {3,122, 4,108, 5,94, 6,80, 7,66, 8,52, 9,38, 10,24, 11,10, -1,-1, -1,-1},