From: c vw <dl1ycf@darc.de>
Date: Mon, 3 Feb 2020 18:34:22 +0000 (+0100)
Subject: removed un-used variable
X-Git-Url: https://git.rkrishnan.org/frontends/cyclelanguage?a=commitdiff_plain;h=5effcd0b70c7e3bb7854a528014c6d513cb610c7;p=pihpsdr.git

removed un-used variable
---

diff --git a/gpio.c b/gpio.c
index 4651f44..70eb17b 100644
--- a/gpio.c
+++ b/gpio.c
@@ -1038,7 +1038,6 @@ g_print("controller=%d e2_encoder_action: %d\n",ctrlr,e2_encoder_action);
 
 void gpio_restore_actions() {
   char* value;
-  char name[80];
   int i;
 
 g_print("gpio_restore_actions: controller=%d\n",controller);