Remove dynamic exceptions
[anna.git] / source / dbms / TimeStamp.cpp
index 7cfe654..784d350 100644 (file)
@@ -18,7 +18,7 @@ using namespace anna;
 using namespace anna::dbms;
 
 const char* dbms::TimeStamp::getCStringValue() const
-throw() {
+{
   const char* format;
 
   if((format = a_format) == NULL)