From aa6fdaddb358de07d0e840acbb0c4e5dec2e4e447b30b77d0281817bad7373f3 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 11 Aug 2025 03:49:40 -0400 Subject: [PATCH] Dead code. 0xdeadc0de? --- src/css.hh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/css.hh b/src/css.hh index 90bedf4..64bf1a7 100644 --- a/src/css.hh +++ b/src/css.hh @@ -498,13 +498,6 @@ class CssStyleSheet { auto &&at( this Self &&self, const std::size_t index ) { return self.rules.at( index ); } }; - class RuleMap : public lout::container::typed::HashTable - { - public: - RuleMap () : lout::container::typed::HashTable - (true, true, 256) {}; - }; - static const int ntags = HTML_NTAGS; using ElementTable= std::array< std::shared_ptr< RuleList >, ntags >;