Schema: delete empty dtors in parser
and wml_tag
This commit is contained in:
parent
221b17b9f6
commit
a4fa20a331
2 changed files with 0 additions and 8 deletions
|
@ -78,10 +78,6 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
~parser()
|
||||
{
|
||||
}
|
||||
|
||||
void operator()();
|
||||
|
||||
private:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue