Schema: delete empty dtors in parser and wml_tag

This commit is contained in:
Charles Dang 2024-07-20 13:53:56 -04:00
parent 221b17b9f6
commit a4fa20a331
2 changed files with 0 additions and 8 deletions

View file

@ -78,10 +78,6 @@ public:
{
}
~parser()
{
}
void operator()();
private:

View file

@ -116,10 +116,6 @@ public:
wml_tag(const config&);
~wml_tag()
{
}
/** Prints information about tag to outputstream, recursively
* is used to print tag info
* the format is next