Skip to content

Commit

Permalink
pttc, file: remove redundant assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Metzger <[email protected]>
  • Loading branch information
markus-metzger committed Jan 21, 2025
1 parent a6c9c73 commit d3bb1ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pttc/src/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ static int fl_append(struct file_list *fl, struct text **t,
if (bug_on(!filename))
return -err_internal;

s = NULL;
*t = NULL;

while (fl->next)
Expand Down

0 comments on commit d3bb1ce

Please sign in to comment.