Dead code.

0xdeadc0de?
This commit is contained in:
2025-08-11 03:49:40 -04:00
parent 521b60d5da
commit aa6fdaddb3

View File

@ -498,13 +498,6 @@ class CssStyleSheet {
auto &&at( this Self &&self, const std::size_t index ) { return self.rules.at( index ); } auto &&at( this Self &&self, const std::size_t index ) { return self.rules.at( index ); }
}; };
class RuleMap : public lout::container::typed::HashTable
<lout::object::ConstString, RuleList > {
public:
RuleMap () : lout::container::typed::HashTable
<lout::object::ConstString, RuleList > (true, true, 256) {};
};
static const int ntags = HTML_NTAGS; static const int ntags = HTML_NTAGS;
using ElementTable= std::array< std::shared_ptr< RuleList >, ntags >; using ElementTable= std::array< std::shared_ptr< RuleList >, ntags >;