From e183d4b454d154e173ee916bd83cc45f9e7bb30e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 15 Nov 2013 18:55:01 +0400 Subject: [PATCH] Remove excessive comment --- SDL2pp/Exception.cc | 1 - 1 file changed, 1 deletion(-) 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 {