diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stick10_commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/stick10_commands.h b/include/stick10_commands.h index 051547e..95aaa93 100644 --- a/include/stick10_commands.h +++ b/include/stick10_commands.h @@ -695,8 +695,6 @@ class UnlockUserPassword : Command<CommandID::UNLOCK_USER_PASSWORD> { } } __packed; - // TODO could we get the stick to return the retry count? - typedef Transaction<command_id(), struct CommandPayload, struct EmptyPayload> CommandTransaction; }; |