aboutsummaryrefslogtreecommitdiff
path: root/common/prepared/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-17 09:31:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-19 11:41:11 +0200
commite43ec751d10b8346e1450781d64595b6fb7e1185 (patch)
tree5d00c7736913301e33cf4c0983693343be9a5be3 /common/prepared/driver.cxx
parentfe82ef79b9276e76b50eaf8fc1cc38646a84d49a (diff)
Remove unnecessary code
Diffstat (limited to 'common/prepared/driver.cxx')
-rw-r--r--common/prepared/driver.cxx1
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)
{