mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
dead code - related to vtmd
(will be added back when it'll be used)
This commit is contained in:
@ -1174,7 +1174,7 @@ public:
|
||||
|
||||
void copy_non_errors_from_wi(THD *thd, const Warning_info *src_wi);
|
||||
|
||||
protected:
|
||||
private:
|
||||
Warning_info *get_warning_info() { return m_wi_stack.front(); }
|
||||
|
||||
const Warning_info *get_warning_info() const { return m_wi_stack.front(); }
|
||||
|
Reference in New Issue
Block a user