Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
namespace ceph {
HTMLFormatter::HTMLFormatter(bool pretty)
-: XMLFormatter(pretty), m_header_done(false), m_status(0), m_status_name(NULL)
+: XMLFormatter(pretty), m_status(0), m_status_name(NULL)
{
}
/* with attrs */
void dump_string_with_attrs(const char *name, const std::string& s, const FormatterAttrs& attrs);
private:
- template <typename T> void dump_template(const char *name, T arg);
-
- bool m_header_done;
+ template <typename T> void dump_template(const char *name, T arg);
int m_status;
const char* m_status_name;