aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/scheme-private.h
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-11-08 17:08:42 +0000
committerJustus Winter <[email protected]>2016-11-10 13:54:27 +0000
commitd7c5799c282a03dcce0e3d327075233353cb76cc (patch)
tree8df12319ba3f515ee9cae918ab14052e7e36d763 /tests/gpgscm/scheme-private.h
parentgpg: Improve error message for --quick-gen-key. (diff)
downloadgnupg-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-private.h')
-rw-r--r--tests/gpgscm/scheme-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gpgscm/scheme-private.h b/tests/gpgscm/scheme-private.h
index 727e0c0bb..f5e4b0a7c 100644
--- a/tests/gpgscm/scheme-private.h
+++ b/tests/gpgscm/scheme-private.h
@@ -155,8 +155,6 @@ void *ext_data; /* For the benefit of foreign functions */
long gensym_cnt;
struct scheme_interface *vptr;
-void *dump_base; /* pointer to base of allocated dump stack */
-int dump_size; /* number of frames allocated for dump stack */
};
/* operator code */