rollback of bug #40761 fix

This commit is contained in:
Gleb Shchepa 2008-12-12 14:59:10 +04:00
commit 5ff1bcbc2a
6 changed files with 29 additions and 56 deletions

View file

@ -193,8 +193,6 @@ public:
void * arg, traverse_order order);
bool is_expensive_processor(byte *arg);
virtual bool is_expensive() { return 0; }
protected:
void agg_num_lengths(Item *arg);
};