mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 11:06:21 +00:00
Remove dead assignments
This commit is contained in:
@@ -1557,7 +1557,7 @@ _win_print_wrapped(WINDOW *win, const char *const message, size_t indent, int pa
|
||||
wordlen = utf8_display_len(word);
|
||||
|
||||
int curx = getcurx(win);
|
||||
int cury = getcury(win);
|
||||
int cury;
|
||||
int maxx = getmaxx(win);
|
||||
|
||||
// wrap required
|
||||
|
||||
Reference in New Issue
Block a user