]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
removed un-used variable
authorc vw <dl1ycf@darc.de>
Mon, 3 Feb 2020 18:34:22 +0000 (19:34 +0100)
committerc vw <dl1ycf@darc.de>
Mon, 3 Feb 2020 18:34:22 +0000 (19:34 +0100)
gpio.c

diff --git a/gpio.c b/gpio.c
index 4651f449f35d21f4bb0749bbf443aa11d331bd46..70eb17b70a4df805e3a810a5ce20134df26da501 100644 (file)
--- 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);