io: remove uneeded stream_error destructor
This commit is contained in:
parent
06be0a128f
commit
5e597eef25
2
io.hpp
2
io.hpp
@ -129,8 +129,6 @@ namespace util {
|
|||||||
|
|
||||||
class stream_error : public std::exception {
|
class stream_error : public std::exception {
|
||||||
public:
|
public:
|
||||||
virtual ~stream_error () { ; }
|
|
||||||
|
|
||||||
virtual const char* what (void) const noexcept
|
virtual const char* what (void) const noexcept
|
||||||
{ return "error on C stream"; }
|
{ return "error on C stream"; }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user