diff options
Diffstat (limited to 'sql/sql_alloc.h')
-rw-r--r-- | sql/sql_alloc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_alloc.h b/sql/sql_alloc.h index 153b0401e29..f475ecdff73 100644 --- a/sql/sql_alloc.h +++ b/sql/sql_alloc.h @@ -45,9 +45,6 @@ public: #ifdef HAVE_valgrind bool dummy_for_valgrind; inline Sql_alloc() :dummy_for_valgrind(0) {} -#else - inline Sql_alloc() {} #endif - inline ~Sql_alloc() {} }; #endif /* SQL_ALLOC_INCLUDED */ |