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