]> Kevux Git Server - fll/commitdiff
Cleanup: Remove some unused variables.
authorKevin Day <kevin@kevux.org>
Thu, 26 Jan 2023 01:41:04 +0000 (19:41 -0600)
committerKevin Day <kevin@kevux.org>
Thu, 26 Jan 2023 01:41:04 +0000 (19:41 -0600)
level_3/iki_read/c/main/common.c
level_3/iki_write/c/main/common.c
level_3/status_code/c/main/common.c

index c1e68037bc8aab21400033ee4476e5f4cdab1eef..6a5bb381121127af5321c33ea67d6f492d60466b 100644 (file)
@@ -91,7 +91,6 @@ extern "C" {
     }
 
     {
-      f_array_length_t choice = 0;
       f_uint16s_t choices = f_uint16s_t_initialize;
 
       // Identify and prioritize "color context" parameters.
index 726326101bffa0ba8499cc616d40dc63087420d6..b1e67d22980b15e58232c3bfa342305a50e56693 100644 (file)
@@ -67,7 +67,6 @@ extern "C" {
     }
 
     {
-      f_array_length_t choice = 0;
       f_uint16s_t choices = f_uint16s_t_initialize;
 
       // Identify and prioritize "color context" parameters.
index c21cbb0ed06b384bac00fc0ef84ff5ad30cc5c68..2831a422f24fde927712193b03ce7fbf73c5d9c2 100644 (file)
@@ -63,7 +63,6 @@ extern "C" {
     }
 
     {
-      f_array_length_t choice = 0;
       f_uint16s_t choices = f_uint16s_t_initialize;
 
       // Identify and prioritize "color context" parameters.