aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/oracle/database.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/odb/oracle/database.cxx b/odb/oracle/database.cxx
index 63b4424..a8f70f3 100644
--- a/odb/oracle/database.cxx
+++ b/odb/oracle/database.cxx
@@ -108,8 +108,6 @@ namespace odb
ss << service_;
}
- // @@ Quote FQ connect identifier.
- //
db_ = ss.str ();
if (factory_.get () == 0)
@@ -203,9 +201,6 @@ namespace odb
db_ = oss.str ();
}
-
- // @@ Quote FQ connect identifier.
- //
}
catch (const cli::exception& e)
{