summaryrefslogtreecommitdiff
path: root/libguile/private-options.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-11-27 21:17:42 +0100
committerAndy Wingo <wingo@pobox.com>2009-12-01 21:00:26 +0100
commit504864b79fcdaf1c24785327b84190a041c30c0c (patch)
tree21bd3a667498af19aa96fa4f27710f735bbc2cec /libguile/private-options.h
parent058234dd9c4d67240b9ca1c7f0ebfeed8037c2de (diff)
downloadguile-504864b79fcdaf1c24785327b84190a041c30c0c.tar.gz
remove unused scm_eval_stack var
* libguile/private-options.h: * libguile/eval.c (scm_eval_stack): Remove declaration and definition of unused scm_eval_stack variable.
Diffstat (limited to 'libguile/private-options.h')
-rw-r--r--libguile/private-options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/private-options.h b/libguile/private-options.h
index ffb699bee..703ca8a5b 100644
--- a/libguile/private-options.h
+++ b/libguile/private-options.h
@@ -4,7 +4,7 @@
* We put this in a private header, since layout of data structures
* is an implementation detail that we want to hide.
*
- * Copyright (C) 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2007, 2009 Free Software Foundation, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -30,8 +30,6 @@
*/
SCM_API scm_t_option scm_eval_opts[];
-SCM_API long scm_eval_stack;
-
SCM_API scm_t_option scm_evaluator_trap_table[];
SCM_API SCM scm_eval_options_interface (SCM setting);