remove unused variable

This commit is contained in:
christos 2013-12-30 01:55:54 +00:00
parent 4c05c4493f
commit 79fd98c4ce
1 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,7 @@ int
cmd_login(int argc, char *argv[])
{
struct smb_ctx sctx, *ctx = &sctx;
int error, opt, setprimary = 0, level;
int error, opt, level;
if (argc < 2)
login_usage();
@ -72,7 +72,6 @@ cmd_login(int argc, char *argv[])
exit(1);
break;
case 'D':
setprimary = 1;
break;
default:
login_usage();