diff options
Diffstat (limited to 'src/libparser/node/bind.h')
| -rw-r--r-- | src/libparser/node/bind.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libparser/node/bind.h b/src/libparser/node/bind.h index b13c2bd..65f6c09 100644 --- a/src/libparser/node/bind.h +++ b/src/libparser/node/bind.h @@ -33,7 +33,6 @@ class BindNode : public ExecutionNode public: BindNode(); void run(ExecutionNode* previous); - virtual QString toString(bool withLabel) const; virtual qint64 getPriority() const; virtual ExecutionNode* getCopy() const; std::vector<ExecutionNode*>* getStartList() const; |