Remove unused variables.

This commit is contained in:
Ed Schouten 2010-01-02 11:06:39 +00:00
parent 3a61cc0822
commit 1fa2ff1f64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201389
2 changed files with 1 additions and 2 deletions

View File

@ -333,7 +333,7 @@ diskGetSelectCount(Device ***devs)
void
diskPartition(Device *dev)
{
char *cp, *p;
char *p;
int rv, key = 0;
int i;
Boolean chunking;

View File

@ -487,7 +487,6 @@ main(int argc, char *argv[])
};
struct hostlist *yppush_hostlist = NULL;
struct hostlist *tmp;
struct sigaction sa;
while ((ch = getopt(argc, argv, "d:j:p:h:t:v")) != -1) {
switch (ch) {