Removed unused definition

This commit is contained in:
Devine Lu Linvega 2024-04-07 13:10:57 -07:00
parent 47aa06a2f3
commit 18d1987568
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ static char *regs[0x100];
#define spacer(c) (c < 0x21 || c == '(' || c == ')')
static char *parse_rulefrag(char *line);
static char *
walk(char *s)
{