diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/template/driver.cxx | 3 | ||||
-rw-r--r-- | common/template/test.std | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/common/template/driver.cxx b/common/template/driver.cxx index 43de3eb..4cb1e7a 100644 --- a/common/template/driver.cxx +++ b/common/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/common/template/test.std b/common/template/test.std index af8d8e7..e69de29 100644 --- a/common/template/test.std +++ b/common/template/test.std @@ -1 +0,0 @@ -test 001 |