From 685587ddb7af3a943a1dd5837fcfeeb779cf15b1 Mon Sep 17 00:00:00 2001 From: randomdan Date: Mon, 30 Aug 2010 17:34:02 +0000 Subject: Remove lots of overkill variations of string stuff and have a vector deal with the memory --- libodbcpp/bind.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libodbcpp/bind.cpp') diff --git a/libodbcpp/bind.cpp b/libodbcpp/bind.cpp index 2e40975..07e9d35 100644 --- a/libodbcpp/bind.cpp +++ b/libodbcpp/bind.cpp @@ -7,11 +7,4 @@ ODBC::BindBase::BindBase() : { } -ODBC::Bind::~Bind() -{ - if (value) { - delete[] value; - } -} - -- cgit v1.2.3