diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-17 09:31:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-19 11:41:11 +0200 |
commit | e43ec751d10b8346e1450781d64595b6fb7e1185 (patch) | |
tree | 5d00c7736913301e33cf4c0983693343be9a5be3 /common | |
parent | fe82ef79b9276e76b50eaf8fc1cc38646a84d49a (diff) |
Remove unnecessary code
Diffstat (limited to 'common')
-rw-r--r-- | common/prepared/driver.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/prepared/driver.cxx b/common/prepared/driver.cxx index 1ea4108..fc74e24 100644 --- a/common/prepared/driver.cxx +++ b/common/prepared/driver.cxx @@ -143,7 +143,6 @@ main (int argc, char* argv[]) "person-val-age-query", query::age > 90); db->cache_query (pq); - prep_query pq1 (db->lookup_query<person> ("person-val-age-query")); } else if (i == 2) { |