Browse Source

Fix dead assignment

Serj Kalichev 1 year ago
parent
commit
2bbd9fdad6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      klish/ktp/ktpd_session.c

+ 0 - 1
klish/ktp/ktpd_session.c

@@ -771,7 +771,6 @@ static bool_t ktpd_session_process_help(ktpd_session_t *ktpd, faux_msg_t *msg)
 					faux_str_dup(prefix_str),
 					faux_str_dup(line_str));
 				faux_list_add(help_list, help_struct);
-				help_added = BOOL_TRUE;
 			}
 		}