From b41056d73ee0c2ba29649932625d620434350a9f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 18 Aug 2010 18:01:37 +0200 Subject: Cosmetic changes --- common/lifecycle/driver.cxx | 2 -- common/query/driver.cxx | 2 -- common/schema/driver.cxx | 2 -- common/template/driver.cxx | 2 -- mysql/template/driver.cxx | 2 -- mysql/truncation/driver.cxx | 2 -- mysql/types/driver.cxx | 2 -- 7 files changed, 14 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& 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[]) { diff --git a/mysql/template/driver.cxx b/mysql/template/driver.cxx index 76a41bb..4f1bb52 100644 --- a/mysql/template/driver.cxx +++ b/mysql/template/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/mysql/truncation/driver.cxx b/mysql/truncation/driver.cxx index f94205e..2117a9e 100644 --- a/mysql/truncation/driver.cxx +++ b/mysql/truncation/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/mysql/types/driver.cxx b/mysql/types/driver.cxx index 1221d5c..d8b8d21 100644 --- a/mysql/types/driver.cxx +++ b/mysql/types/driver.cxx @@ -21,8 +21,6 @@ using namespace std; using namespace odb; -using odb::shared_ptr; - int main (int argc, char* argv[]) { -- cgit v1.1