Commit 5e72099b authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

cleanup: Delete unused function Select_limit_counters::is_unrestricted

parent 13cf8f5e
......@@ -52,8 +52,6 @@ class Select_limit_counters
bool is_unlimited() const
{ return select_limit_cnt == HA_POS_ERROR; }
bool is_unrestricted()
{ return select_limit_cnt == HA_POS_ERROR && offset_limit_cnt == 0; }
void set_unlimited()
{ select_limit_cnt= HA_POS_ERROR; offset_limit_cnt= 0; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment