Remove an unused typedef.

The issue was detected by the upcoming gcc-4.8.
This commit is contained in:
Mark de Wever 2012-06-09 21:30:21 +00:00
parent 8a60269dee
commit 29ac897e34

View file

@ -268,7 +268,6 @@ public:
return NULL;
}
typedef typename utils::tconst_clone<ttree_view_node, W>::type thack;
return find_at_aux<W>(tree_view_node.children_.begin(),
tree_view_node.children_.end(),
coordinate, must_be_active);