diff --git a/SDL2pp/Exception.cc b/SDL2pp/Exception.cc index 5942661..b5d2cb0 100644 --- a/SDL2pp/Exception.cc +++ b/SDL2pp/Exception.cc @@ -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 {