Remove unneeded variable assignment.
The ts variable is always initialized a few lines below. Found by: LLVM scan-build
This commit is contained in:
parent
bf80a0a378
commit
49be8ddba0
@ -108,7 +108,7 @@ static const teken_funcs_t scteken_funcs = {
|
||||
static int
|
||||
scteken_init(scr_stat *scp, void **softc, int code)
|
||||
{
|
||||
teken_stat *ts = scp->ts;
|
||||
teken_stat *ts;
|
||||
teken_pos_t tp;
|
||||
|
||||
if (*softc == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user