diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-03-01 13:47:10 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-03-01 13:47:10 +0100 |
commit | 00b309cf932585875fb31509a19761dc0aa7f69e (patch) | |
tree | d93142be0cf163caae2f8fa03282e8a172c4cc84 | |
parent | 17aa1b40927015f14397641134570e037798ae21 (diff) | |
download | ceph-00b309cf932585875fb31509a19761dc0aa7f69e.tar.gz |
mon/AuthMonitor.cc: remove unused 'std::stringstream ss'
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | src/mon/AuthMonitor.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mon/AuthMonitor.cc b/src/mon/AuthMonitor.cc index 3e11c5e671c..da4fe92fb9a 100644 --- a/src/mon/AuthMonitor.cc +++ b/src/mon/AuthMonitor.cc @@ -46,8 +46,6 @@ static ostream& _prefix(std::ostream *_dout, Monitor *mon, version_t v) { ostream& operator<<(ostream& out, AuthMonitor& pm) { - std::stringstream ss; - return out << "auth"; } |