- removed simple_exception, that was stupid

Sun, 19 Jan 2014 20:19:05 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 19 Jan 2014 20:19:05 +0200
changeset 84
88c4b3ca3e5d
parent 83
4655d342a998
child 85
264a61e9eba0

- removed simple_exception, that was stupid

src/types.h file | annotate | diff | comparison | revisions
--- a/src/types.h	Sun Jan 19 20:17:30 2014 +0200
+++ b/src/types.h	Sun Jan 19 20:19:05 2014 +0200
@@ -41,20 +41,6 @@
 	return (a >= 0) ? a : -a;
 }
 
-// =============================================================================
-// A simple basic exception
-//
-class simple_exception : public std::exception
-{
-	public:
-		simple_exception();
-
-		inline const char* what() const throw()
-		{
-			return "simple exception";
-		}
-};
-
 #ifdef IN_IDE_PARSER
 using FILE = void;
 #endif

mercurial