mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Remove a dead initialization.
Spotted by: scan-build (uqs)
This commit is contained in:
parent
e45bba92cb
commit
081a0db343
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202583
@ -379,7 +379,7 @@ ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen,
|
||||
void
|
||||
ttyinq_flush(struct ttyinq *ti)
|
||||
{
|
||||
struct ttyinq_block *tib = ti->ti_lastblock;
|
||||
struct ttyinq_block *tib;
|
||||
|
||||
ti->ti_begin = 0;
|
||||
ti->ti_linestart = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user