Clean unused variable warning
This commit is contained in:
parent
3deeb498bb
commit
63637768ce
@ -11,7 +11,7 @@ debug::backtrace::backtrace (void):
|
|||||||
|
|
||||||
|
|
||||||
ostream&
|
ostream&
|
||||||
debug::operator <<(ostream &os, const debug::backtrace &rhs) {
|
debug::operator <<(ostream &os, const debug::backtrace&) {
|
||||||
os << "null backtrace";
|
os << "null backtrace";
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user