Remove an unused typedef.
The issue was detected by the upcoming gcc-4.8.
This commit is contained in:
parent
8a60269dee
commit
29ac897e34
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue