Removed unused variable.

This commit is contained in:
Bob Lantz
2010-03-14 00:03:54 -08:00
parent 0e3fef2fb3
commit 51a1482407
-1
View File
@@ -29,7 +29,6 @@ int main(int argc, char *argv[])
{
char c;
int fd;
int opt;
while ((c = getopt(argc, argv, "+cdnp")) != -1)
switch(c) {