Remove excessive comment

This commit is contained in:
Dmitry Marakasov 2013-11-15 18:55:01 +04:00
parent 5cb5b59820
commit e183d4b454

View File

@ -29,7 +29,6 @@ Exception::Exception(const char* what) : what_(what), sdl_error_(SDL_GetError())
}
Exception::~Exception() noexcept {
// nothing to do
}
const char* Exception::what() const noexcept {