Remove dead assignments flagged by Clang static analysis

This commit is contained in:
David Crosby
2015-07-15 08:55:08 -06:00
committed by Tatsuya Kinoshita
parent 2d9d2494fc
commit 7e5b33c30e
9 changed files with 3 additions and 22 deletions

View File

@@ -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-*.