Remove dynamic exceptions
[anna.git] / include / anna / app / internal / sccs.hpp
index 0575e34..a002c5c 100644 (file)
@@ -15,7 +15,7 @@ namespace app {
 
 class sccs {
 public:
-  static void activate() throw();
+  static void activate() ;
 };
 
 }