aboutsummaryrefslogtreecommitdiff
path: root/odb/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.cxx')
-rw-r--r--odb/context.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/context.cxx b/odb/context.cxx
index f0a169e..9b8cb3c 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -1721,9 +1721,7 @@ find (semantics::type& t, semantics::names* hint)
// interested in, go into nested hints.
//
for (; hint != 0 && i == e; hint = hint->hint ())
- {
i = base::find (t.fq_name (hint));
- }
// If the hinted name didn't work, try the primary name (e.g.,
// ::std::string) instead of a user typedef (e.g., my_string).