diff options
Diffstat (limited to 'common/schema/driver.cxx')
-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 ()); |