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

@@ -1,3 +1,9 @@
2011-01-17 NIIBE Yutaka <gniibe@fsij.org>
* src/openpgp.c (cmd_nop): Removed.
* src/config.h.in: ifdef-out (not for ASSEMBLER).
2011-01-15 NIIBE Yutaka <gniibe@fsij.org>
* src/usb-icc.c (icc_handle_data): Bug fix: add break for case

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 },