Clean unused variable warning

This commit is contained in:
Danny Robson 2013-08-05 16:36:29 +10:00
parent 3deeb498bb
commit 63637768ce

View File

@ -11,7 +11,7 @@ debug::backtrace::backtrace (void):
ostream&
debug::operator <<(ostream &os, const debug::backtrace &rhs) {
debug::operator <<(ostream &os, const debug::backtrace&) {
os << "null backtrace";
return os;
}