Remove dynamic exceptions
[anna.git] / example / dbos / workdir / filesystem / Abstract.cpp
index f304470..296d0fb 100644 (file)
@@ -39,7 +39,7 @@ filesystem::Abstract::~Abstract ()
 
 /* static */
 string filesystem::Abstract::calculePath (const filesystem::Abstract* parent, const std::string& shortPath) 
-   throw ()
+   
 {
    string result;