--- parser3/src/sql/pa_sql_driver.h 2012/03/16 09:24:15 1.46 +++ parser3/src/sql/pa_sql_driver.h 2020/12/15 17:10:37 1.52 @@ -1,7 +1,7 @@ /** @file Parser: sql driver interface. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2020 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) @@ -26,7 +26,7 @@ #ifndef PA_SQL_DRIVER_H #define PA_SQL_DRIVER_H -#define IDENT_PA_SQL_DRIVER_H "$Id: pa_sql_driver.h,v 1.46 2012/03/16 09:24:15 moko Exp $" +#define IDENT_PA_SQL_DRIVER_H "$Id: pa_sql_driver.h,v 1.52 2020/12/15 17:10:37 moko Exp $" #include #include @@ -134,16 +134,6 @@ public: bool were_updated; }; - /** allocated using our allocator, - @todo never freed - */ - static void *operator new(size_t size) { - void *result=::malloc(size); - if(!result) - abort(); - - return result; - } /// get api version virtual int api_version() =0; /// initialize driver by loading sql dynamic link library