Remove dynamic exceptions
[anna.git] / example / dbos / workdir / filesystem / File.cpp
index 888f46a..1a6fae1 100644 (file)
@@ -15,7 +15,7 @@ using namespace anna;
 using namespace workdir;
 
 void filesystem::File::print (const int) const
-   throw ()
+   
 {
    cout << getName () << " " << flush;
 }