aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-01 15:58:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-01 15:58:38 +0200
commit4ec2e8be55b1ce226ed694823491654967ec683c (patch)
tree0f2a8dcffe7ca1e31524e3787f2c95c8ab7c3c5d
parentbc62be91c9e9242cdcd509ffe8a4faa3d0538b01 (diff)
Remove comments that don't apply anymore
-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)
{