Fix two clang warnings in the recent atf import. These have also been

sent upstream.

Tested by:	Garrett Cooper <yanegomi@gmail.com>
This commit is contained in:
Dimitry Andric 2012-10-23 18:38:04 +00:00
parent a23701e59d
commit c9c047798c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241958
2 changed files with 0 additions and 6 deletions

View file

@ -381,7 +381,6 @@ class ticker_writer : public writer {
class xml_writer : public writer {
ostream_ptr m_os;
size_t m_curtp, m_ntps;
std::string m_tcname, m_tpname;
static

View file

@ -377,11 +377,6 @@ class systembuf :
class pistream :
public std::istream, utils::noncopyable
{
//!
//! \brief The file handle managed by this stream.
//!
int m_fd;
//!
//! \brief The systembuf object used to manage this stream's data.
//!