1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

WL#24: post review fixes.

This commit is contained in:
Igor Babaev
2010-09-11 12:18:58 -07:00
parent 617f3094df
commit 3a61fbe972
2 changed files with 21 additions and 24 deletions

View File

@ -235,14 +235,11 @@ public:
{
if (!list->is_empty())
{
#if 0
#else
if (is_empty())
{
*this= *list;
return;
}
#endif
*last= list->first;
last= list->last;
elements+= list->elements;