removed unneeded local variable
This commit is contained in:
parent
bc8f2d9190
commit
9ca6d97684
@ -1,7 +1,7 @@
|
||||
#include "stream.hpp"
|
||||
|
||||
std::ostream&
|
||||
nullstream::put (char c)
|
||||
nullstream::put (char)
|
||||
{ return *this; }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user