remove unused scm_eval_stack var
[bpt/guile.git] / libguile / private-options.h
index ffb699b..703ca8a 100644 (file)
@@ -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);