aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/lifecycle/driver.cxx2
-rw-r--r--common/query/driver.cxx2
-rw-r--r--common/schema/driver.cxx2
-rw-r--r--common/template/driver.cxx2
4 files changed, 0 insertions, 8 deletions
diff --git a/common/lifecycle/driver.cxx b/common/lifecycle/driver.cxx
index 4b43129..ef5a4aa 100644
--- a/common/lifecycle/driver.cxx
+++ b/common/lifecycle/driver.cxx
@@ -21,8 +21,6 @@
using namespace std;
using namespace odb;
-using odb::shared_ptr;
-
int
main (int argc, char* argv[])
{
diff --git a/common/query/driver.cxx b/common/query/driver.cxx
index cb19859..2573d7e 100644
--- a/common/query/driver.cxx
+++ b/common/query/driver.cxx
@@ -21,8 +21,6 @@
using namespace std;
using namespace odb;
-using odb::shared_ptr;
-
void
print (result<person>& r)
{
diff --git a/common/schema/driver.cxx b/common/schema/driver.cxx
index 1cc6be9..2647d8c 100644
--- a/common/schema/driver.cxx
+++ b/common/schema/driver.cxx
@@ -21,8 +21,6 @@
using namespace std;
using namespace odb;
-using odb::shared_ptr;
-
int
main (int argc, char* argv[])
{
diff --git a/common/template/driver.cxx b/common/template/driver.cxx
index 0aaa228..08e4196 100644
--- a/common/template/driver.cxx
+++ b/common/template/driver.cxx
@@ -21,8 +21,6 @@
using namespace std;
using namespace odb;
-using odb::shared_ptr;
-
int
main (int argc, char* argv[])
{