From 3a61fbe972f96a8eed3ed9d51c2c3594860bbc53 Mon Sep 17 00:00:00 2001 From: Igor Babaev Date: Sat, 11 Sep 2010 12:18:58 -0700 Subject: WL#24: post review fixes. --- sql/sql_list.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sql/sql_list.h') diff --git a/sql/sql_list.h b/sql/sql_list.h index 6a568c2dfd7..69798079a0f 100644 --- a/sql/sql_list.h +++ b/sql/sql_list.h @@ -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; -- cgit v1.2.1