From 86acf267fee6851771432bafa101122e8200893d Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Wed, 2 Mar 2016 13:08:55 +0300 Subject: Remove all comments starting with 'psergey' --- sql/item_sum.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sql/item_sum.h') diff --git a/sql/item_sum.h b/sql/item_sum.h index c01735b00ff..106de402d00 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -546,7 +546,6 @@ public: virtual bool add()= 0; virtual bool setup(THD *thd) { return false; } - //psergey: for window functions: virtual void remove() { DBUG_ASSERT(0); } virtual void cleanup(); @@ -555,7 +554,6 @@ public: return trace_unsupported_by_check_vcol_func_processor(func_name()); } - //psergey-todo: this is ugly: virtual void setup_window_func(THD *thd, Window_spec *window_spec) {} }; @@ -787,7 +785,6 @@ class Item_sum_count :public Item_sum_int void clear(); bool add(); void cleanup(); - // psergey-added: void remove(); public: -- cgit v1.2.1