mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
types: removed private destructor to quiet a GCC warning. types isn't actually instantiated anywhere
This commit is contained in:
parent
9fc4a8b000
commit
ba05fced6e
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ public:
|
|||
typedef boost::spirit::tree_match<str_iter_t> tree_match_t;
|
||||
typedef typename tree_match_t::tree_iterator node_iter_t;
|
||||
typedef boost::spirit::tree_parse_info<str_iter_t> tree_info_t;
|
||||
|
||||
private:
|
||||
~types();
|
||||
}; // types
|
||||
|
||||
template<class string_adaptor>
|
||||
|
|
Loading…
Reference in a new issue