diff options
| -rw-r--r-- | include/stick10_commands.h | 2 | ||||
| -rw-r--r-- | unittest/test_bindings.py | 1 | 
2 files changed, 0 insertions, 3 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;  }; diff --git a/unittest/test_bindings.py b/unittest/test_bindings.py index 36dc4a3..0f8c0ff 100644 --- a/unittest/test_bindings.py +++ b/unittest/test_bindings.py @@ -32,7 +32,6 @@ def C(request):      a = iter(declarations)      for declaration in a: -        # extern int NK_write_totp_slot(int slot_number, char* secret, int time_window);          if declaration.startswith('extern') and not '"C"' in declaration:              declaration = declaration.replace('extern', '').strip()              while not ';' in declaration: | 
