mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-04-20 02:36:20 +02:00
remove (unused) variable ‘ip’
This commit is contained in:
@@ -145,7 +145,7 @@ matchword(pattern, y, sx, ex)
|
||||
char *pattern;
|
||||
int y, sx, ex;
|
||||
{
|
||||
unsigned char *ip, *cp, *pp, *cpe;
|
||||
unsigned char *cp, *pp, *cpe;
|
||||
int cy;
|
||||
|
||||
fore = ((struct markdata *)flayer->l_data)->md_window;
|
||||
|
||||
Reference in New Issue
Block a user