remove raw member def from code types, reduction on CodeAttributes

This commit is contained in:
2024-12-02 11:20:31 -05:00
parent ea18792373
commit 0bad61fda6
7 changed files with 72 additions and 209 deletions

View File

@ -373,11 +373,6 @@ CodeBody gen_ast_inlines()
);
char const* codetype_impl_tmpl = stringize(
inline
AST* Code<typename>::raw()
{
return rcast( AST*, ast );
}
inline
Code<typename>::operator Code()
{