Removed obsolete per-command debug level option

This commit is contained in:
Martin Willi 2009-09-16 12:52:56 +02:00
parent 4e1cade52f
commit a474081f1f
3 changed files with 0 additions and 9 deletions

View File

@ -33,9 +33,6 @@ static int gen()
{
case 'h':
return command_usage(NULL);
case 'v':
dbg_level = atoi(arg);
continue;
case 't':
if (streq(arg, "rsa"))
{

View File

@ -46,9 +46,6 @@ static int req()
{
case 'h':
goto usage;
case 'v':
dbg_level = atoi(arg);
continue;
case 't':
if (streq(arg, "rsa"))
{

View File

@ -50,9 +50,6 @@ static int self()
{
case 'h':
goto usage;
case 'v':
dbg_level = atoi(arg);
continue;
case 't':
if (streq(arg, "rsa"))
{