remove (unused) variable ‘ip’

This commit is contained in:
Alexander Naumov
2022-01-06 16:16:31 +02:00
parent 3fd3f96566
commit ba0cf35ad7

View File

@@ -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;