Remove dead assignments flagged by Clang static analysis
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
2d9d2494fc
commit
7e5b33c30e
2
terms.c
2
terms.c
@@ -1214,7 +1214,6 @@ addch(char pc)
|
||||
{
|
||||
l_prop *pr;
|
||||
int dest, i;
|
||||
short *dirty;
|
||||
#ifdef USE_M17N
|
||||
static Str tmp = NULL;
|
||||
char **p;
|
||||
@@ -1236,7 +1235,6 @@ addch(char pc)
|
||||
return;
|
||||
p = ScreenImage[CurLine]->lineimage;
|
||||
pr = ScreenImage[CurLine]->lineprop;
|
||||
dirty = &ScreenImage[CurLine]->isdirty;
|
||||
|
||||
#ifndef USE_M17N
|
||||
/* Eliminate unprintables according to * iso-8859-*.
|
||||
|
Reference in New Issue
Block a user