1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Remove unused variables

This commit is contained in:
Philippe Charnier 2005-05-20 12:44:04 +00:00
parent c44123e174
commit 0af0a63a7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146440

View File

@ -333,8 +333,7 @@ main(int argc, char *argv[])
struct arl_stats stb;
struct arl_sigcache qlt[MAXARLCACHE];
int sd, argind, val = -1;
long val2;
char *param, *value, *value2;
char *param, *value;
if (argc < 2)
usage();