Skip to content
Snippets Groups Projects
Commit 51a14824 authored by Bob Lantz's avatar Bob Lantz
Browse files

Removed unused variable.

parent 0e3fef2f
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment