aboutsummaryrefslogtreecommitdiff
path: root/boost/mysql/template
diff options
context:
space:
mode:
Diffstat (limited to 'boost/mysql/template')
-rw-r--r--boost/mysql/template/driver.cxx3
-rw-r--r--boost/mysql/template/test.std1
2 files changed, 0 insertions, 4 deletions
diff --git a/boost/mysql/template/driver.cxx b/boost/mysql/template/driver.cxx
index d077287..c37c624 100644
--- a/boost/mysql/template/driver.cxx
+++ b/boost/mysql/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 ();
diff --git a/boost/mysql/template/test.std b/boost/mysql/template/test.std
index af8d8e7..e69de29 100644
--- a/boost/mysql/template/test.std
+++ b/boost/mysql/template/test.std
@@ -1 +0,0 @@
-test 001