From 3d9bd015b1c14ae2b663c2d95f52e2c117847c72 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Feb 2013 13:46:17 +0200 Subject: Work around odd GCC tree behavior --- odb/context.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'odb/context.cxx') 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). -- cgit v1.1