2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-09 11:12:38 +00:00

Removed unused forward declaration.

[SVN r84867]
This commit is contained in:
Andrey Semashev
2013-06-21 18:16:47 +00:00
parent c26eb04d13
commit 1720f79e9a

View File

@@ -134,9 +134,6 @@ private:
typedef filter (filter_factory_type::*comparison_relation_handler_t)(attribute_name const&, string_type const&);
template< typename ScannerT >
struct definition;
private:
//! Parsed attribute name
mutable attribute_name m_AttributeName;