Fix a pile of dead assignments.

Some were actual bugs!
This commit is contained in:
Bill Currie 2018-09-08 22:23:57 +09:00
parent 59b04dbcca
commit 59e85b7d5e
25 changed files with 22 additions and 41 deletions

View file

@ -841,7 +841,6 @@ PR_Sprintf (progs_t *pr, dstring_t *result, const char *name,
(*fi)->data.string_var = l;
(*fi)->next = new_fmt_item ();
fi = &(*fi)->next;
}
if (fmt_count != count) {