aboutsummaryrefslogtreecommitdiff
path: root/common/schema
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-17 08:32:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-17 08:32:59 +0200
commita9a31b5ca7deb54388f805c94e585e359162e2e4 (patch)
treebbd5a04bb84c28e99a2f6eef180026ac11576d69 /common/schema
parent118995d34d2c9428654d45b8f7b7823339bda5cc (diff)
Remove unused local typedefs (GCC 4.8 warning)
Diffstat (limited to 'common/schema')
-rw-r--r--common/schema/driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/schema/driver.cxx b/common/schema/driver.cxx
index ddbeb26..a47d1f6 100644
--- a/common/schema/driver.cxx
+++ b/common/schema/driver.cxx
@@ -90,7 +90,6 @@ main (int argc, char* argv[])
}
{
- typedef odb::query<table_view> query;
typedef odb::result<table_view> result;
transaction t (db->begin ());