No need to manually do the Expression destructor's job

This commit is contained in:
Rangi42
2024-03-09 19:33:53 -05:00
parent ba104baf3e
commit 569b940b82
4 changed files with 0 additions and 20 deletions

View File

@@ -50,8 +50,6 @@ void rpn_StartOfSection(Expression &expr, char const *sectionName);
void rpn_SizeOfSectionType(Expression &expr, SectionType type);
void rpn_StartOfSectionType(Expression &expr, SectionType type);
void rpn_Free(Expression &expr);
void rpn_CheckHRAM(Expression &expr);
void rpn_CheckRST(Expression &expr);
void rpn_CheckNBit(const Expression &expr, uint8_t n);