remove child variable that is duplicated from parent class
This commit is contained in:
parent
6637a86518
commit
bb68dc5210
2 changed files with 0 additions and 5 deletions
|
|
@ -276,7 +276,6 @@ public:
|
|||
};
|
||||
|
||||
struct NewLineNode : public Node {
|
||||
int line;
|
||||
NewLineNode() { type=TYPE_NEWLINE; }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue