aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/gpggencardkeyinteractor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/gpggencardkeyinteractor.cpp')
-rw-r--r--lang/cpp/src/gpggencardkeyinteractor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/cpp/src/gpggencardkeyinteractor.cpp b/lang/cpp/src/gpggencardkeyinteractor.cpp
index a28169ec..cd226c27 100644
--- a/lang/cpp/src/gpggencardkeyinteractor.cpp
+++ b/lang/cpp/src/gpggencardkeyinteractor.cpp
@@ -192,10 +192,6 @@ unsigned int GpgGenCardKeyInteractor::nextState(unsigned int status, const char
static const Error INV_EMAIL_ERROR = Error::fromCode(GPG_ERR_INV_USER_ID);
static const Error INV_COMMENT_ERROR = Error::fromCode(GPG_ERR_INV_USER_ID);
- if (needsNoResponse(status)) {
- return state();
- }
-
using namespace GpgGenCardKeyInteractor_Private;
switch (state()) {