diff options
author | Justus Winter <[email protected]> | 2016-11-08 17:08:42 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-11-10 13:54:27 +0000 |
commit | d7c5799c282a03dcce0e3d327075233353cb76cc (patch) | |
tree | 8df12319ba3f515ee9cae918ab14052e7e36d763 /tests/gpgscm/scheme.h | |
parent | gpg: Improve error message for --quick-gen-key. (diff) | |
download | gnupg-d7c5799c282a03dcce0e3d327075233353cb76cc.tar.gz gnupg-d7c5799c282a03dcce0e3d327075233353cb76cc.zip |
gpgscm: Remove dubious stack implementation.
* tests/gpgscm/scheme-private.h (struct scheme): Remove related fields.
* tests/gpgscm/scheme.c: Drop all !USE_SCHEME_STACK code.
* tests/gpgscm/scheme.h (USE_SCHEME_STACK): Remove macro.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests/gpgscm/scheme.h')
-rw-r--r-- | tests/gpgscm/scheme.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/gpgscm/scheme.h b/tests/gpgscm/scheme.h index f4231c474..bd6cda5ac 100644 --- a/tests/gpgscm/scheme.h +++ b/tests/gpgscm/scheme.h @@ -44,11 +44,6 @@ extern "C" { # define USE_PLIST 0 #endif -/* - * Leave it defined if you want continuations, and also for the Sharp Zaurus. - * Undefine it if you only care about faster speed and not strict Scheme compatibility. - */ -#define USE_SCHEME_STACK #if USE_DL # define USE_INTERFACE 1 |