Fix: shadowed variables
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.c
index c6401e1085f65563fe02bbe60877289b4953dc35..ae8e8eef3f2fe9d3bae984e06007b9b2e18383c7 100644 (file)
@@ -2611,7 +2611,6 @@ int bt_value_to_cli_param_value_append(const bt_value *value, GString *buf)
                uint64_t sz = bt_value_array_get_length(value);
                for (uint64_t i = 0; i < sz; i++) {
                        const bt_value *item;
-                       int ret;
 
                        if (i > 0) {
                                g_string_append(buf, ", ");
This page took 0.039782 seconds and 4 git commands to generate.