Remove an unused variable

This commit is contained in:
Brian Somers 2001-08-16 16:58:02 +00:00
parent cbf16fdf21
commit e1a94c3dcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81784

View file

@ -2570,7 +2570,6 @@ static int
OptSet(struct cmdargs const *arg)
{
int bit = (int)(long)arg->cmd->args;
const char *cmd;
unsigned keep; /* Keep these bits */
unsigned add; /* Add these bits */