diff options
Diffstat (limited to 'common/inheritance')
-rw-r--r-- | common/inheritance/driver.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
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<base> b_query; - typedef odb::result<base> b_result; - typedef odb::query<object1> o1_query; - typedef odb::result<object1> o1_result; - typedef odb::query<object2> o2_query; - typedef odb::result<object2> o2_result; - typedef odb::query<reference> r_query; + typedef odb::result<reference> r_result; transaction t (db->begin ()); |