diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-18 18:01:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-18 18:01:37 +0200 |
commit | b41056d73ee0c2ba29649932625d620434350a9f (patch) | |
tree | 5ade2e90e1efbce626ddb3e2e9a62d939c9e231a /mysql/truncation | |
parent | e0750fbbc76732b3e8aa83ce786c28fcbf24374d (diff) |
Cosmetic changes
Diffstat (limited to 'mysql/truncation')
-rw-r--r-- | mysql/truncation/driver.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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[]) { |