aboutsummaryrefslogtreecommitdiff
path: root/odb/type-processor.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-09 14:58:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-09 14:58:20 +0200
commitb926362a9c1276ee15b5f961e912d8d37369e40b (patch)
treeb18a91ed604763a592f174cd8e7017bcc807fe8a /odb/type-processor.cxx
parent1b2da148946713f57dfe883c25953c488889e5a9 (diff)
Enable full container traits diagnostics
Diffstat (limited to 'odb/type-processor.cxx')
-rw-r--r--odb/type-processor.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/odb/type-processor.cxx b/odb/type-processor.cxx
index ff799b2..5834e1f 100644
--- a/odb/type-processor.cxx
+++ b/odb/type-processor.cxx
@@ -21,10 +21,6 @@ namespace
if (odb == error_mark_node)
{
- //@@ tmp
- container_traits_ = 0;
- return;
-
os << unit.file () << ": error: unable to resolve odb namespace"
<< endl;
@@ -38,10 +34,6 @@ namespace
if (access == error_mark_node)
{
- //@@ tmp
- container_traits_ = 0;
- return;
-
os << unit.file () << ": error: unable to resolve access class"
<< "in the odb namespace" << endl;
@@ -58,10 +50,6 @@ namespace
if (container_traits_ == error_mark_node ||
!DECL_CLASS_TEMPLATE_P (container_traits_))
{
- //@@ tmp
- container_traits_ = 0;
- return;
-
os << unit.file () << ": error: unable to resolve container_traits "
<< "in the odb namespace" << endl;
@@ -171,11 +159,6 @@ namespace
bool
process_container (semantics::data_member& m)
{
- // @@ tmp
- //
- if (container_traits_ == 0)
- return false;
-
// The overall idea is as follows: try to instantiate the container
// traits class template. If we are successeful, then this is a
// container type and we can extract the various information from