Remove dynamic exceptions
[anna.git] / example / core / selectiveTracing / main.cpp
index 3203fa8..792fe50 100644 (file)
@@ -28,7 +28,7 @@ void _exit(const std::string & msg) {
    exit(-1);
 }
 
-void test(const std::string & value) throw() {
+void test(const std::string & value) {
    LOGINFORMATION(
       std::string msg = "Starting test for ";
       msg += value;