summaryrefslogtreecommitdiff
path: root/libodbcpp/dsn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libodbcpp/dsn.cpp')
-rw-r--r--libodbcpp/dsn.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/libodbcpp/dsn.cpp b/libodbcpp/dsn.cpp
deleted file mode 100644
index 337319b..0000000
--- a/libodbcpp/dsn.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "dsn.h"
-
-ODBC::DSN::DSN(const std::string & d, const std::string & u, const std::string & p) :
- dsn(d),
- username(u),
- password(p)
-{
-}
-
-ODBC::DSN::~DSN()
-{
-}
-