aboutsummaryrefslogtreecommitdiff
path: root/boost/sqlite/template/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-08 15:02:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-08 15:02:32 +0200
commit769d02def3524a0f0e21869e7f2c57d9bb046332 (patch)
tree217561e17afcc14accd45073389da93e61d3e33b /boost/sqlite/template/driver.cxx
parent6b140db71e9c400d2f7fc5edda55c1636ca0f6b5 (diff)
Clean test templates of old cruft
Most tests don't print anything
Diffstat (limited to 'boost/sqlite/template/driver.cxx')
-rw-r--r--boost/sqlite/template/driver.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/boost/sqlite/template/driver.cxx b/boost/sqlite/template/driver.cxx
index de470c6..285f6d8 100644
--- a/boost/sqlite/template/driver.cxx
+++ b/boost/sqlite/template/driver.cxx
@@ -27,9 +27,6 @@ main (int argc, char* argv[])
{
auto_ptr<database> db (create_database (argc, argv));
- //
- //
- cout << "test 001" << endl;
{
transaction t (db->begin ());
t.commit ();