From f3c027075b85a88948d605924204e299b7bcb45b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 28 Mar 2026 00:47:53 -0400 Subject: [PATCH] xo-expression2: retire OBSOLETE block --- xo-expression2/include/xo/expression2/DLocalSymtab.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/xo-expression2/include/xo/expression2/DLocalSymtab.hpp b/xo-expression2/include/xo/expression2/DLocalSymtab.hpp index 6e459035..c5de7878 100644 --- a/xo-expression2/include/xo/expression2/DLocalSymtab.hpp +++ b/xo-expression2/include/xo/expression2/DLocalSymtab.hpp @@ -120,15 +120,6 @@ namespace xo { * types_[i] is convertible to obj **/ DArray * types_ = nullptr; - -#ifdef OBSOLETE - /** actual range of slots_[] array. Can use indices in [0,..,n) **/ - size_type capacity_ = 0; - /** number of slots in use **/ - size_type size_ = 0; - /** memory for names and bindings **/ - Slot slots_[]; -#endif }; } /*namespace scm*/ } /*namespace xo*/