From 28a08724fc9e2ac494596711990206c64ca36b1d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2011 13:40:31 +0200 Subject: Get rid of custom value_traits specialization in query test auto_ptr is now handled automatically as a wrapper. --- common/query/traits.hxx | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 common/query/traits.hxx (limited to 'common/query/traits.hxx') diff --git a/common/query/traits.hxx b/common/query/traits.hxx deleted file mode 100644 index ea142c9..0000000 --- a/common/query/traits.hxx +++ /dev/null @@ -1,21 +0,0 @@ -// file : common/query/traits.hxx -// author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file - -#ifndef TRAITS_HXX -#define TRAITS_HXX - -#include - -#if defined(DATABASE_MYSQL) -# include "traits-mysql.hxx" -#elif defined(DATABASE_ORACLE) -# include "traits-oracle.hxx" -#elif defined(DATABASE_SQLITE) -# include "traits-sqlite.hxx" -#elif defined(DATABASE_PGSQL) -# include "traits-pgsql.hxx" -#endif - -#endif // TRAITS_HXX -- cgit v1.1