Remove mysql and oracle resources for anna-ericsson project
[anna.git] / example / dbos / workdir / filesystem / File.cpp
diff --git a/example/dbos/workdir/filesystem/File.cpp b/example/dbos/workdir/filesystem/File.cpp
deleted file mode 100644 (file)
index 888f46a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// ANNA - Anna is Not Nothingness Anymore                                                         //
-//                                                                                                //
-// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
-//                                                                                                //
-// See project site at http://redmine.teslayout.com/projects/anna-suite                           //
-// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
-
-
-#include <iostream>
-
-#include "File.hpp"
-
-using namespace std;
-using namespace anna;
-using namespace workdir;
-
-void filesystem::File::print (const int) const
-   throw ()
-{
-   cout << getName () << " " << flush;
-}