remove cmd_nop

This commit is contained in:
NIIBE Yutaka
2011-01-17 16:40:04 +09:00
parent 698ffd2e88
commit 182660c391
2 changed files with 6 additions and 8 deletions

View File

@@ -94,13 +94,6 @@ gpg_fini (void)
ac_fini ();
}
static void
cmd_nop (void)
{
DEBUG_INFO (" - VERIFY\r\n");
GPG_SUCCESS ();
}
static void
cmd_verify (void)
{
@@ -730,7 +723,6 @@ struct command
};
const struct command cmds[] = {
{ INS_NOP, cmd_nop },
{ INS_VERIFY, cmd_verify },
{ INS_CHANGE_REFERENCE_DATA, cmd_change_password },
{ INS_PSO, cmd_pso },