comment and pragma cleanup

This commit is contained in:
kjell@kjell-win7.hsd1.co.comcast.net. 2013-12-28 20:46:56 +01:00
parent 913208bba8
commit c2b328bfe8

View File

@ -59,7 +59,6 @@ namespace g2 {
std::string _function;
LEVELS _level;
std::string _expression; // only with content for CHECK(...) calls
//std::unique_ptr<std::ostringstream> _stream;
mutable std::string _message;
};