Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / log / src / trivial.cpp
index 133a146..1461ad7 100644 (file)
@@ -121,7 +121,6 @@ BOOST_LOG_API std::basic_istream< CharT, TraitsT >& operator>> (
 {
     if (BOOST_LIKELY(strm.good()))
     {
-        typedef severity_level_names< CharT > level_names;
         typedef std::basic_string< CharT, TraitsT > string_type;
         string_type str;
         strm >> str;