--- parser3/src/sql/pa_sql_driver.h 2017/02/07 22:00:45 1.48 +++ parser3/src/sql/pa_sql_driver.h 2019/09/11 15:33:43 1.51 @@ -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.48 2017/02/07 22:00:45 moko Exp $" +#define IDENT_PA_SQL_DRIVER_H "$Id: pa_sql_driver.h,v 1.51 2019/09/11 15:33:43 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