summaryrefslogtreecommitdiff
path: root/odb/relational/mssql/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/mssql/header.cxx')
-rw-r--r--odb/relational/mssql/header.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/odb/relational/mssql/header.cxx b/odb/relational/mssql/header.cxx
index 07f9521..01de123 100644
--- a/odb/relational/mssql/header.cxx
+++ b/odb/relational/mssql/header.cxx
@@ -25,9 +25,6 @@ namespace relational
{
if (!(composite (c) || abstract (c)))
{
- /*
- @@ TODO
-
bool gc (options.generate_query ());
if (gc)
@@ -43,9 +40,7 @@ namespace relational
else
os << "return 0;";
- os << "}"
- << endl;
- */
+ os << "}";
}
}
};