diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-17 08:32:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-17 08:32:59 +0200 |
commit | a9a31b5ca7deb54388f805c94e585e359162e2e4 (patch) | |
tree | bbd5a04bb84c28e99a2f6eef180026ac11576d69 /common/schema | |
parent | 118995d34d2c9428654d45b8f7b7823339bda5cc (diff) |
Remove unused local typedefs (GCC 4.8 warning)
Diffstat (limited to 'common/schema')
-rw-r--r-- | common/schema/driver.cxx | 1 |
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 ()); |