mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
No need to manually do the Expression destructor's job
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user