From a9a31b5ca7deb54388f805c94e585e359162e2e4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 17 Sep 2012 08:32:59 +0200 Subject: Remove unused local typedefs (GCC 4.8 warning) --- common/inheritance/driver.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'common/inheritance/driver.cxx') diff --git a/common/inheritance/driver.cxx b/common/inheritance/driver.cxx index 466ed33..ba907ce 100644 --- a/common/inheritance/driver.cxx +++ b/common/inheritance/driver.cxx @@ -129,15 +129,10 @@ main (int argc, char* argv[]) // { typedef odb::query b_query; - typedef odb::result b_result; - typedef odb::query o1_query; - typedef odb::result o1_result; - typedef odb::query o2_query; - typedef odb::result o2_result; - typedef odb::query r_query; + typedef odb::result r_result; transaction t (db->begin ()); -- cgit v1.1