reduction on debug_str

This commit is contained in:
2024-12-02 00:10:24 -05:00
parent 937235b776
commit 37c33ffb3e
4 changed files with 14 additions and 212 deletions

View File

@ -354,14 +354,6 @@ CodeBody gen_ast_inlines()
char const* code_impl_tmpl = stringize(
\n
inline
char const* <typename>::debug_str()
{
if ( ast == nullptr )
return "Code::debug_str: AST is null!";
return GEN_NS debug_str( rcast(AST*, ast) );
}
inline
Code <typename>::duplicate()
{
if ( ast == nullptr )