Remove dynamic exceptions
[anna.git] / source / xml / functions.cpp
index 0fde737..2e4c81f 100644 (file)
@@ -12,7 +12,7 @@
 #include <libxml/parser.h>
 
 void anna::xml::functions::initialize()
-throw() {
+{
   xml::sccs::activate();
   xmlInitMemory();
 }