diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/exceptions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index e0d0e90..3b2961d 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -56,7 +56,6 @@ class SubripError : public std::runtime_error { public: SubripError (std::string saw, std::string expecting, std::list<std::string> context); - ~SubripError () throw () {} std::list<std::string> context () const { return _context; @@ -79,8 +78,6 @@ public: WebVTTError(std::string saw, std::string expecting, std::list<std::string> context); - ~WebVTTError() throw () {} - std::list<std::string> context() const { return _context; } |
